Skip to content

Commit 4417433

Browse files
committed
debug workflow #1728
Signed-off-by: tdruez <[email protected]>
1 parent fec1b2c commit 4417433

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sca-integration-anchore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
image: ${{ env.IMAGE_REFERENCE }}
2424
format: cyclonedx-json
2525
artifact-name: "anchore-sylt-sbom.cdx.json"
26+
output-file: "${{ github.event.repository.name }}-sbom.spdx.json"
2627
upload-artifact: true
2728

2829
- name: Scan SBOM with Grype scanner for vulnerabilities
2930
uses: anchore/scan-action@v6
3031
with:
31-
sbom: "anchore-sylt-sbom.cdx.json"
32+
# sbom: "anchore-sylt-sbom.cdx.json"
33+
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
3234
output-format: cyclonedx-json
3335
output-file: "anchore-grype-sbom.cdx.json"
36+
fail-build: false

0 commit comments

Comments
 (0)