File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 if : steps.changes.outputs.needs_build == 'true'
8080
8181 - name : Run Trivy vulnerability scanner
82- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33 .1
82+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34 .1
8383 if : ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }}
8484 with :
8585 image-ref : ' ${{ matrix.image.image-name }}:latest'
9393 sarif_file : trivy-${{ matrix.image.image-name }}.sarif
9494
9595 - name : Run Trivy vulnerability scanner
96- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33 .1
96+ uses : aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34 .1
9797 if : steps.changes.outputs.needs_build == 'true'
9898 with :
9999 image-ref : ' ${{ matrix.image.image-name }}:latest'
You can’t perform that action at this time.
0 commit comments