From cbc66bd7f163207bb3019100ae34a5d501b6e3b2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 12 Dec 2020 01:13:24 +0100 Subject: [PATCH] Switch anchore branch to main --- .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 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"