We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe3a34 commit 342185aCopy full SHA for 342185a
1 file changed
.github/workflows/scans.yml
@@ -15,15 +15,15 @@ jobs:
15
steps:
16
- uses: actions/checkout@v6
17
- name: Update Dependency Graph
18
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@0.34.0
19
with:
20
scan-type: fs
21
scan-ref: .
22
format: github
23
output: sbom.spdx.json
24
github-pat: ${{ secrets.GITHUB_TOKEN }}
25
- name: Generate Sarif Report
26
27
28
29
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Generate CycloneDX SBOM
44
45
46
47
0 commit comments