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 @@ -76,11 +76,11 @@ jobs:
76
76
- uses : " actions/checkout@v3"
77
77
- run : " docker pull ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
78
78
- name : Run Trivy vulnerability scanner
79
- uses : " aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b "
79
+ uses : " aquasecurity/trivy-action@f3d98514b056d8c71a3552e8328c225bc7f6f353 "
80
80
with :
81
81
image-ref : " ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
82
82
- name : Export Trivy Results as sarif
83
- uses : " aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b "
83
+ uses : " aquasecurity/trivy-action@f3d98514b056d8c71a3552e8328c225bc7f6f353 "
84
84
with :
85
85
format : template
86
86
image-ref : " ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments