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:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
checks: read
|
checks: read
|
||||||
contents: read
|
contents: write
|
||||||
deployments: read
|
deployments: read
|
||||||
issues: read
|
issues: read
|
||||||
discussions: read
|
discussions: read
|
||||||
@@ -138,7 +138,6 @@ jobs:
|
|||||||
severity-cutoff: medium
|
severity-cutoff: medium
|
||||||
fail-build: false
|
fail-build: false
|
||||||
only-fixed: true
|
only-fixed: true
|
||||||
by-cve: true
|
|
||||||
|
|
||||||
- name: upload Anchore scan SARIF report
|
- name: upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user