Skip to content

Commit 67b15aa

Browse files
fix(deps): update aquasecurity/trivy-action digest to 53e8848
1 parent 947878d commit 67b15aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
- uses: "actions/checkout@v3"
7272
- run: "docker pull ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
7373
- name: Run Trivy vulnerability scanner
74-
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
74+
uses: "aquasecurity/trivy-action@53e8848d3e517db48b0e70ae4f648a12ae04fe02"
7575
with:
7676
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
7777
- name: Export Trivy Results as sarif
78-
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
78+
uses: "aquasecurity/trivy-action@53e8848d3e517db48b0e70ae4f648a12ae04fe02"
7979
with:
8080
format: template
8181
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"

0 commit comments

Comments
 (0)