From 13ed6d165314486408759d072553b61e0df9a155 Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Thu, 21 Nov 2024 12:10:01 +0100 Subject: [PATCH] ci: update trivy-action to 0.29.0 --- .github/workflows/common-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-docker.yml b/.github/workflows/common-docker.yml index 2dae0ea6..0e85e8cb 100644 --- a/.github/workflows/common-docker.yml +++ b/.github/workflows/common-docker.yml @@ -142,7 +142,7 @@ jobs: cache-to: ${{ inputs.cache-to }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@@0.28.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0 with: image-ref: 'ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }}' format: 'table'