Skip to content

Commit e50a1f4

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.1
1 parent ba9b9be commit e50a1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
image-ref: ${{ fromJson(needs.build.outputs.nginx-tags).tags[0] }}
7474
steps:
7575
- name: Update Dependency Graph
76-
uses: aquasecurity/[email protected].0
76+
uses: aquasecurity/[email protected].1
7777
with:
7878
image-ref: ${{ matrix.image-ref }}
7979
format: 'github'
8080
output: '${{ matrix.name }}.sbom.json'
8181
github-pat: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Generate Sarif Report
83-
uses: aquasecurity/[email protected].0
83+
uses: aquasecurity/[email protected].1
8484
with:
8585
image-ref: ${{ matrix.image-ref }}
8686
format: sarif
@@ -92,7 +92,7 @@ jobs:
9292
category: ${{ matrix.name }}
9393
- name: Generate SBOM
9494
if: startsWith(github.ref, 'refs/tags/')
95-
uses: aquasecurity/[email protected].0
95+
uses: aquasecurity/[email protected].1
9696
with:
9797
image-ref: ${{ matrix.image-ref }}
9898
format: cyclonedx

0 commit comments

Comments
 (0)