Skip to content

Commit 39cb502

Browse files
fix(deps): update aquasecurity/trivy-action digest to f3d9851
1 parent 075f2ce commit 39cb502

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
@@ -76,11 +76,11 @@ jobs:
7676
- uses: "actions/checkout@v3"
7777
- run: "docker pull ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
7878
- name: Run Trivy vulnerability scanner
79-
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
79+
uses: "aquasecurity/trivy-action@f3d98514b056d8c71a3552e8328c225bc7f6f353"
8080
with:
8181
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
8282
- name: Export Trivy Results as sarif
83-
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
83+
uses: "aquasecurity/trivy-action@f3d98514b056d8c71a3552e8328c225bc7f6f353"
8484
with:
8585
format: template
8686
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"

0 commit comments

Comments
 (0)