From 484b52450fa478dc1cb9e80c2fbd4995c98a2220 Mon Sep 17 00:00:00 2001 From: Bruno Pacheco Date: Mon, 18 Mar 2024 21:14:59 +0100 Subject: [PATCH] fix(build): remove duplicate base image name ref --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00d37b9..4fb146f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: - image-ref: "${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.sha_tag }}" + image-ref: "${{ steps.tag.outputs.sha_tag }}" format: "table" exit-code: "1" ignore-unfixed: true