Skip to content

Commit dd0d53e

Browse files
committed
ci: fix golvulncheck job permissions
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> (cherry picked from commit 1205780)
1 parent e8ceaad commit dd0d53e

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)