From 9dd87ce0c95c8e89ac8074e56e1bea956ed507c9 Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Thu, 7 Nov 2024 11:07:14 +0530 Subject: [PATCH] Update build.yml (#5) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28806bb..9de8d47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: build-args: ${{ inputs.image_build_args && toJSON(inputs.image_build_args) || '' }} - name: Scan image - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v5 if: ${{ inputs.enable_scan }} with: image: ${{ env.IMAGE_ARTIFACT_URL }}:${{ inputs.image_tag }}