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 e80c741 commit 1780c57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
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 }}
# - 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 }}

- name: Anchore Scan image
uses: anchore/scan-action@v3
Expand Down

0 comments on commit 1780c57

Please sign in to comment.