From 9f4b12807366620b3c2c555a00652493a09fd774 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Tue, 3 Sep 2024 14:47:43 +1000 Subject: [PATCH] [291] Removed annotations. Updated tag. --- .github/workflows/vulnerability-scan.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index 9d723eef..9830475e 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -39,8 +39,7 @@ jobs: id: scan uses: crazy-max/ghaction-container-scan@v3 with: - image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:5.x - annotations: true + image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:${{ github.ref_name }} dockerfile: ./images/${{ matrix.images }} - name: Upload SARIF file if: ${{ steps.scan.outputs.sarif != '' }}