Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh Kale committed Jan 5, 2024
1 parent 3f0d3f3 commit 64992c7
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ jobs:
tags: welcome-app:${{ env.IMG_TAG }}, welcome-app:latest
load: true

# Image Scan
# - name: KSOC Image Scan
# uses: ksoclabs/image-scan-action@v0.0.4
# with:
# fail_on_severity: medium
# ignore_cves: |
# CVE-2021-1234
# CVE-2021-5678
# image: welcome-app:${{ env.IMG_TAG }}
# Image Scan
- name: Scan for vulnerabilities with KSOC
uses: ksoclabs/image-scan-action@v0.0.4
with:
fail_on_severity: high
image: welcome-app:${{ env.IMG_TAG }}

- name: Scan for vulnerabilities
- name: Scan for vulnerabilities with crazy-max
uses: crazy-max/ghaction-container-scan@v3
with:
image: welcome-app:${{ env.IMG_TAG }}
Expand Down

0 comments on commit 64992c7

Please sign in to comment.