Skip to content

Commit bf4b2e5

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.0 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent baf5ec9 commit bf4b2e5

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/trivy-action@0.32.0
76+
uses: aquasecurity/trivy-action@0.33.0
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/trivy-action@0.32.0
83+
uses: aquasecurity/trivy-action@0.33.0
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/trivy-action@0.32.0
95+
uses: aquasecurity/trivy-action@0.33.0
9696
with:
9797
image-ref: ${{ matrix.image-ref }}
9898
format: cyclonedx

0 commit comments

Comments
 (0)