mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 00:56:58 +00:00
fix: upload sarif file
This commit is contained in:
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
@@ -47,10 +47,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Scan SBOM
|
- name: Scan SBOM
|
||||||
uses: anchore/scan-action@v3
|
uses: anchore/scan-action@v3
|
||||||
|
id: scan
|
||||||
with:
|
with:
|
||||||
sbom: sbom.spdx.json
|
sbom: sbom.spdx.json
|
||||||
fail-build: false
|
fail-build: false
|
||||||
|
|
||||||
|
- name: upload Anchore scan SARIF report
|
||||||
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
|
with:
|
||||||
|
sarif_file: ${{ steps.scan.outputs.sarif }}
|
||||||
|
|
||||||
- name: Changelog
|
- name: Changelog
|
||||||
uses: TriPSs/conventional-changelog-action@v3
|
uses: TriPSs/conventional-changelog-action@v3
|
||||||
id: changelog
|
id: changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user