mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 00:56:58 +00:00
ci: changelog needs permissions to commit to repo
consider breaking this out into another workflow to segregate permission
This commit is contained in:
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Docker Image
|
||||
permissions:
|
||||
actions: read
|
||||
checks: read
|
||||
contents: read
|
||||
contents: write
|
||||
deployments: read
|
||||
issues: read
|
||||
discussions: read
|
||||
@@ -138,7 +138,6 @@ jobs:
|
||||
severity-cutoff: medium
|
||||
fail-build: false
|
||||
only-fixed: true
|
||||
by-cve: true
|
||||
|
||||
- name: upload Anchore scan SARIF report
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
|
||||
Reference in New Issue
Block a user