chore: disable fail build for container scan
This commit is contained in:
parent
dd3d6a2cb8
commit
af33cd9061
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: "hipages/php-fpm_exporter:latest"
|
image: "hipages/php-fpm_exporter:latest"
|
||||||
acs-report-enable: true
|
acs-report-enable: true
|
||||||
|
fail-build: false
|
||||||
|
|
||||||
- name: Upload Anchore scan SARIF report
|
- name: Upload Anchore scan SARIF report
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
|
Loading…
Reference in a new issue