diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 4c9a099..d18f808 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -21,7 +21,7 @@ jobs: - name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled uses: anchore/scan-action@main with: - image-reference: "localbuild/testimage:latest" + image: "localbuild/testimage:latest" dockerfile-path: "Dockerfile" acs-report-enable: true - name: Upload Anchore Scan Report