From e176653e72f74da0ce7a15b66fa5e35d1f5d01a6 Mon Sep 17 00:00:00 2001 From: Cedric-Magnan <43343135+Cedric-Magnan@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:41:00 +0100 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cfe170f..279d331 100755 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,11 +43,11 @@ jobs: cache-to: type=inline - name: Scan image - uses: anchore/scan-action@v2 + uses: anchore/scan-action@v3 id: scan with: image: "ghcr.io/artefactory/github_tests_validator_app:${{ steps.tag.outputs.tag_name }}" - acs-report-enable: true + severity-cutoff: "low" - name: upload Anchore scan SARIF report if: success() || failure()