We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b28f3 commit 948e2bcCopy full SHA for 948e2bc
.github/workflows/create-release.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
GH_TOKEN: ${{ github.token }}
21
- name: Generate SBOM (CycloneDX)
22
- uses: aquasecurity/trivy-action@0.30.0
+ uses: aquasecurity/trivy-action@0.34.0
23
with:
24
scan-type: 'fs'
25
scan-ref: '.'
.github/workflows/scans.yml
- uses: actions/checkout@v4
- name: Generate Trivy GitHub report
- uses: aquasecurity/trivy-action@0.28.0
@@ -28,7 +28,7 @@ jobs:
28
github-pat: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Generate Trivy SARIF report
31
32
33
34
0 commit comments