From 0c2bfbc552fa62ac4c979aef24144b90a95492a4 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 19 Nov 2020 23:15:48 -0800 Subject: [PATCH] Enable acs report --- .github/workflows/build.yaml | 2 +- .github/workflows/deb.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eff50f0..0f235bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: with: image: protonmail-bridge:latest fail-build: true - severity-cutoff: critical + acs-report-enable: true - name: Upload Anchore scan SARIF report uses: github/codeql-action/upload-sarif@v1 with: diff --git a/.github/workflows/deb.yaml b/.github/workflows/deb.yaml index 188ecaa..efb71dc 100644 --- a/.github/workflows/deb.yaml +++ b/.github/workflows/deb.yaml @@ -49,7 +49,7 @@ jobs: with: image: protonmail-bridge:latest fail-build: true - severity-cutoff: critical + acs-report-enable: true - name: Upload Anchore scan SARIF report uses: github/codeql-action/upload-sarif@v1 with: