Skip to content

Commit

Permalink
ci: fix golvulncheck job permissions
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 1205780)
  • Loading branch information
crazy-max committed Sep 12, 2024
1 parent e8ceaad commit dd0d53e
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 dd0d53e

Please sign in to comment.