File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments