Skip to content

Commit

Permalink
Change exit code to 0 on IaC Security Scan Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pezcraft committed May 13, 2024
1 parent 4483b80 commit 1dfb445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
scan-type: 'config'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
exit-code: 0

- name: Push Docker image to Docker Hub
run: docker image push pezcraft/my-firstimage:${{ steps.git_sha.outputs.GIT_SHA }}

0 comments on commit 1dfb445

Please sign in to comment.