diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 4327cf555..49a6cef22 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -37,7 +37,7 @@ jobs: run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@v2 + uses: anchore/scan-action@v3 with: image: "localbuild/testimage:latest" acs-report-enable: true