From 47921be2fbf521206745a7094b57c312f1b59bf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:51:12 +0000 Subject: [PATCH] fix(deps): update aquasecurity/trivy-action digest to d43c1f1 --- .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..5542553bd 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@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca" 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@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca" with: format: template image-ref: "ghcr.io/socialgouv/docker/${{ inputs.name }}:sha-${{ github.sha }}"