From eb912041f9633f3afa74aacbc71cbd2c79da1581 Mon Sep 17 00:00:00 2001 From: Cedric-Magnan <43343135+Cedric-Magnan@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:32:12 +0100 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index becf0c4..cfe170f 100755 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,6 +47,7 @@ jobs: id: scan with: image: "ghcr.io/artefactory/github_tests_validator_app:${{ steps.tag.outputs.tag_name }}" + acs-report-enable: true - name: upload Anchore scan SARIF report if: success() || failure()