Skip to content

Commit 2a7accc

Browse files
authored
Merge pull request moby#5326 from silvin-lubecki/fix-ci-govulncheck-permissions
ci: Fix govulncheck permissions
2 parents 3d8779b + 4ced748 commit 2a7accc

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)