mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-04 02:17:42 +08:00
Merge pull request #2691 from crazy-max/ci-fix-perms
ci: fix golvulncheck job permissions
This commit is contained in:
commit
3f81293fd4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user