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 1d2ee30 commit fec1b2cCopy full SHA for fec1b2c
.github/workflows/sca-integration-anchore.yml
@@ -22,5 +22,12 @@ jobs:
22
with:
23
image: ${{ env.IMAGE_REFERENCE }}
24
format: cyclonedx-json
25
- output-file: "anchore-report.sbom.json"
+ artifact-name: "anchore-sylt-sbom.cdx.json"
26
upload-artifact: true
27
+
28
+ - name: Scan SBOM with Grype scanner for vulnerabilities
29
+ uses: anchore/scan-action@v6
30
+ with:
31
+ sbom: "anchore-sylt-sbom.cdx.json"
32
+ output-format: cyclonedx-json
33
+ output-file: "anchore-grype-sbom.cdx.json"
0 commit comments