File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
- name : Push images
45
45
run : ./build --push
46
46
- name : Run Trivy vulnerability scanner
47
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31 .0
47
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
48
48
with :
49
49
image-ref : ' ${{ steps.build.outputs.LATEST_IMAGE_TAG }}'
50
50
format : ' sarif'
Original file line number Diff line number Diff line change 30
30
docker-images : false # Do not remove locally built images (including trivy scanner)
31
31
32
32
- name : Run Trivy vulnerability scanner
33
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31 .0
33
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32 .0
34
34
with :
35
35
image-ref : ' ghcr.io/datadog/dd-trace-java-docker-build:latest'
36
36
format : ' sarif'
You can’t perform that action at this time.
0 commit comments