From 8250dfa15aba0383b020d404980ca4b76e245c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:53:41 +0000 Subject: [PATCH] fix(deps): update aquasecurity/trivy-action digest to a20de54 --- .github/workflows/workflow.build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.build.yaml b/.github/workflows/workflow.build.yaml index cfa794566..a1336d293 100644 --- a/.github/workflows/workflow.build.yaml +++ b/.github/workflows/workflow.build.yaml @@ -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@a20de5420d57c4102486cdd9578b45609c99d7eb" 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@a20de5420d57c4102486cdd9578b45609c99d7eb" with: format: template image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"