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 c037b25 commit b07efe7Copy full SHA for b07efe7
.github/workflows/check-sca-integrations.yml
@@ -20,10 +20,10 @@ jobs:
20
with:
21
scan-type: 'image'
22
image-ref: 'python:3.13-slim'
23
- format: 'github'
24
- output: 'dependency-results.sbom.json'
25
- severity: "MEDIUM,HIGH,CRITICAL"
26
- scanners: "vuln"
+ format: 'cyclonedx'
+ output: 'dependency-results.sbom.cdx.json'
+ scanners: 'vuln,license'
+ version: 'latest'
27
28
- name: Upload trivy report as a Github artifact
29
uses: actions/upload-artifact@v4
0 commit comments