Skip to content

Commit 4ced748

Browse files
ci: Fix govulncheck permissions, it needs at least content read to be able to checkout the repository.
Signed-off-by: Silvin Lubecki <[email protected]>
1 parent 3d8779b commit 4ced748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildkit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
permissions:
150150
# required to write sarif report
151151
security-events: write
152+
# required to check out the repository
153+
contents: read
152154
steps:
153155
-
154156
name: Checkout

0 commit comments

Comments
 (0)