Set fail-build property to false

Whenever a security issue is found the `scan action` fails the build and the step, which causes the workflow to fail before uploading the results to Code Scanning.
This change turns the error into a warning.
This commit is contained in:
Remco Vermeulen
2022-05-30 14:16:42 +02:00
committed by GitHub
parent c45d783de7
commit 77df908268
+1
View File
@@ -39,6 +39,7 @@ jobs:
with:
image: "localbuild/testimage:latest"
acs-report-enable: true
fail-build: false
- name: Upload Anchore Scan Report
uses: github/codeql-action/upload-sarif@v2
with: