mirror of https://github.com/docker/buildx.git
Merge pull request #2691 from crazy-max/ci-fix-perms
ci: fix golvulncheck job permissions
This commit is contained in:
commit
3f81293fd4
|
@ -220,6 +220,8 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
# required to write sarif report
|
# required to write sarif report
|
||||||
security-events: write
|
security-events: write
|
||||||
|
# required to check out the repository
|
||||||
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue