Merge pull request #2691 from crazy-max/ci-fix-perms

ci: fix golvulncheck job permissions
This commit is contained in:
CrazyMax 2024-09-12 16:36:29 +02:00 committed by GitHub
commit 3f81293fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ jobs:
permissions:
# required to write sarif report
security-events: write
# required to check out the repository
contents: read
steps:
-
name: Checkout