Skip to content

Commit d9344f1

Browse files
fix(deps): update aquasecurity/trivy-action digest to 22d2755
1 parent 27f64f9 commit d9344f1

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@22d2755f774d925b191a185b74e782a4b0638a41"
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@22d2755f774d925b191a185b74e782a4b0638a41"
8484
with:
8585
format: template
8686
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"

0 commit comments

Comments
 (0)