diff --git a/.github/workflows/validate-code-and-image.yml b/.github/workflows/validate-code-and-image.yml index c5a30f7..5f7b783 100644 --- a/.github/workflows/validate-code-and-image.yml +++ b/.github/workflows/validate-code-and-image.yml @@ -88,7 +88,7 @@ jobs: bin/integration.sh http://localhost:3000/auth - name: Scan image - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: "idrc-cms-authenticator" only-fixed: true