File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
echo >> projects/${{ matrix.project }}/.trivyignore
39
39
40
40
- name : Scan image
41
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28 .0
41
+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
42
42
with :
43
43
image-ref : ' ghcr.io/ministryofjustice/hmpps-probation-integration-services/${{ matrix.project }}:latest'
44
44
ignore-unfixed : true
59
59
sarif_file : ' trivy-results.sarif'
60
60
61
61
- name : Get Trivy results
62
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28 .0
62
+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
63
63
with :
64
64
image-ref : ' ghcr.io/ministryofjustice/hmpps-probation-integration-services/${{ matrix.project }}:latest'
65
65
ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments