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 1780c57 commit 5ddfc95
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
# CVE-2021-5678
# image: welcome-app:${{ env.IMG_TAG }}

- name: Anchore Scan image
uses: anchore/scan-action@v3
- name: Scan for vulnerabilities
uses: crazy-max/ghaction-container-scan@v3
with:
image: welcome-app:${{ env.IMG_TAG }}
fail-build: true
severity-cutoff: critical
image: welcome-app:${{ env.IMG_TAG }}
severity_threshold: HIGH

0 comments on commit 5ddfc95

Please sign in to comment.