From af33cd90617fe349217e5e43bf5bd78cb0ed8076 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 16 Feb 2022 22:18:53 +0100 Subject: [PATCH] chore: disable fail build for container scan --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cbcba1..13060b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,6 +81,7 @@ jobs: with: image: "hipages/php-fpm_exporter:latest" acs-report-enable: true + fail-build: false - name: Upload Anchore scan SARIF report uses: github/codeql-action/upload-sarif@v1