Skip to content

Commit 1205780

Browse files
committed
ci: fix golvulncheck job permissions
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 604b723 commit 1205780

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ jobs:
220220
permissions:
221221
# required to write sarif report
222222
security-events: write
223+
# required to check out the repository
224+
contents: read
223225
steps:
224226
-
225227
name: Checkout

0 commit comments

Comments
 (0)