From 432913716a5de9529f033d199e7bd97230df221b Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Mon, 30 Dec 2024 15:16:22 +0530 Subject: [PATCH] Update scan-action to v6 --- .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 469b965..8a74dc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: build-args: ${{ inputs.image_build_args && toJSON(inputs.image_build_args) || '' }} - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 if: ${{ inputs.enable_scan }} with: image: ${{ env.IMAGE_ARTIFACT_URL }}:${{ inputs.image_tag }}