Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-Magnan authored Nov 9, 2023
1 parent eb91204 commit e176653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e176653

Please sign in to comment.