Skip to content

Commit

Permalink
Merge pull request docker#2691 from crazy-max/ci-fix-perms
Browse files Browse the repository at this point in the history
ci: fix golvulncheck job permissions
  • Loading branch information
crazy-max authored Sep 12, 2024
2 parents 604b723 + 1205780 commit 3f81293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ jobs:
permissions:
# required to write sarif report
security-events: write
# required to check out the repository
contents: read
steps:
-
name: Checkout
Expand Down

0 comments on commit 3f81293

Please sign in to comment.