From a1016974e077409a41b29ff6d120777df70c996e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 12 Dec 2020 12:54:21 +0100 Subject: [PATCH] anchore: s/image-reference/image/ --- .github/workflows/anchore-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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