diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index b254b51..4c9a099 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -19,7 +19,7 @@ jobs: - name: Build the Docker image 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@master + uses: anchore/scan-action@main with: image-reference: "localbuild/testimage:latest" dockerfile-path: "Dockerfile"