diff --git a/.github/workflows/anchore-standalone.yml b/.github/workflows/anchore-standalone.yml index 8b7871f..a1f79c0 100644 --- a/.github/workflows/anchore-standalone.yml +++ b/.github/workflows/anchore-standalone.yml @@ -42,7 +42,7 @@ jobs: run: docker pull ghcr.io/${{ github.repository_owner }}/${{ vars.IMAGE_NAME }}:latest - name: Run the Anchore Grype scan action - uses: anchore/scan-action@v5.3.0 + uses: anchore/scan-action@v6.0.0 id: scan with: image: ghcr.io/${{ github.repository_owner }}/${{ vars.IMAGE_NAME }}:latest diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index 3f97a46..6893304 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -34,7 +34,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest --no-cache --platform linux/amd64 - name: Run the Anchore Grype scan action - uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 + uses: anchore/scan-action@v6.0.0 id: scan with: image: "localbuild/testimage:latest"