mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: add permissions trivy-docker (#4957)
* chore: add permissions trivy-docker * Update .github/workflows/trivy-docker.yaml
This commit is contained in:
parent
643ef1392f
commit
3b93a86f25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trivy-docker.yaml
vendored
2
.github/workflows/trivy-docker.yaml
vendored
|
|
@ -33,7 +33,7 @@ permissions:
|
||||||
packages: none
|
packages: none
|
||||||
pull-requests: none
|
pull-requests: none
|
||||||
repository-projects: none
|
repository-projects: none
|
||||||
security-events: none
|
security-events: write
|
||||||
statuses: none
|
statuses: none
|
||||||
|
|
||||||
# Cancel in-progress runs for pull requests when developers push
|
# Cancel in-progress runs for pull requests when developers push
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue