ci: fix golvulncheck job permissions

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 120578091f8a26bff65fc00992167164c90593fc)
This commit is contained in:
CrazyMax 2024-09-12 15:23:33 +02:00
parent e8ceaad0a8
commit dd0d53efd5
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

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