File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
71
71
- uses : " actions/checkout@v3"
72
72
- run : " docker pull ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
73
73
- name : Run Trivy vulnerability scanner
74
- uses : " aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b "
74
+ uses : " aquasecurity/trivy-action@53e8848d3e517db48b0e70ae4f648a12ae04fe02 "
75
75
with :
76
76
image-ref : " ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
77
77
- name : Export Trivy Results as sarif
78
- uses : " aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b "
78
+ uses : " aquasecurity/trivy-action@53e8848d3e517db48b0e70ae4f648a12ae04fe02 "
79
79
with :
80
80
format : template
81
81
image-ref : " ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments