diff --git a/.github/workflows/devcontainer-ci.yml b/.github/workflows/devcontainer-ci.yml index f0c2993..0ca5fe7 100644 --- a/.github/workflows/devcontainer-ci.yml +++ b/.github/workflows/devcontainer-ci.yml @@ -53,7 +53,7 @@ jobs: run: docker build . --file .devcontainer/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@v3.1.0 + uses: anchore/scan-action@v3.3.5 with: image: "localbuild/testimage:latest" acs-report-enable: true