Skip to content

Commit

Permalink
fix(deps): update aquasecurity/trivy-action digest to 0b9d17b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 075f2ce commit aa32aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- uses: "actions/checkout@v3"
- run: "docker pull ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
- name: Run Trivy vulnerability scanner
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
uses: "aquasecurity/trivy-action@0b9d17b6b5fdec04f3d5b5b9c4cd20058c7e4cbf"
with:
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
- name: Export Trivy Results as sarif
uses: "aquasecurity/trivy-action@dba83feec810c70bacbc4bead308ae1e466c572b"
uses: "aquasecurity/trivy-action@0b9d17b6b5fdec04f3d5b5b9c4cd20058c7e4cbf"
with:
format: template
image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"
Expand Down

0 comments on commit aa32aca

Please sign in to comment.