We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec1b2c commit 4417433Copy full SHA for 4417433
.github/workflows/sca-integration-anchore.yml
@@ -23,11 +23,14 @@ jobs:
23
image: ${{ env.IMAGE_REFERENCE }}
24
format: cyclonedx-json
25
artifact-name: "anchore-sylt-sbom.cdx.json"
26
+ output-file: "${{ github.event.repository.name }}-sbom.spdx.json"
27
upload-artifact: true
28
29
- name: Scan SBOM with Grype scanner for vulnerabilities
30
uses: anchore/scan-action@v6
31
with:
- sbom: "anchore-sylt-sbom.cdx.json"
32
+# sbom: "anchore-sylt-sbom.cdx.json"
33
+ sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
34
output-format: cyclonedx-json
35
output-file: "anchore-grype-sbom.cdx.json"
36
+ fail-build: false
0 commit comments