Skip to content

Commit

Permalink
extra scan added
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 5, 2024
1 parent ddf156e commit e80c741
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ jobs:
CVE-2021-1234
CVE-2021-5678
image: welcome-app:${{ env.IMG_TAG }}


- name: Anchore Scan image
uses: anchore/scan-action@v3
with:
image: welcome-app:${{ env.IMG_TAG }}
fail-build: true
severity-cutoff: critical

0 comments on commit e80c741

Please sign in to comment.