Skip to content

Commit

Permalink
Merge pull request #1436 from znsio/remove_docker_vuln_stage
Browse files Browse the repository at this point in the history
Remove docker vulnerability check stage for time being
  • Loading branch information
harikrishnan83 authored Nov 20, 2024
2 parents 840b07c + 7acdfb1 commit 16f856c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ jobs:
- name: Build Docker Image
run: docker build --no-cache -t znsio/specmatic:${{ steps.read_version.outputs.VERSION }} .

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/[email protected]
with:
image-ref: znsio/specmatic:${{ steps.read_version.outputs.VERSION }}
severity: HIGH,CRITICAL
exit-code: '1'
ignore-unfixed: true
format: table
vulnerability-type: os,library

- name: Push Docker Image
run: docker push znsio/specmatic:${{ steps.read_version.outputs.VERSION }}

Expand Down

0 comments on commit 16f856c

Please sign in to comment.