Skip to content

Commit

Permalink
ci: Fix govulncheck permissions, it needs at least content read to be…
Browse files Browse the repository at this point in the history
… able to checkout the repository.

Signed-off-by: Silvin Lubecki <[email protected]>
  • Loading branch information
silvin-lubecki committed Sep 12, 2024
1 parent 3d8779b commit 4ced748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,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 4ced748

Please sign in to comment.