From 08d0551dd8fe8f9330a4a10e15a35ce5125797f8 Mon Sep 17 00:00:00 2001 From: Shane Starcher Date: Mon, 11 Dec 2023 06:49:37 -0600 Subject: [PATCH] remove old anchor parameter --- .github/workflows/anchore-analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 5b408ad..4ff49eb 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -28,7 +28,6 @@ jobs: id: scan with: image: "localbuild/testimage:latest" - acs-report-enable: true fail-build: false - name: Upload Anchore Scan Report uses: github/codeql-action/upload-sarif@v2