Skip to content

Commit

Permalink
Change exit-code to char
Browse files Browse the repository at this point in the history
  • Loading branch information
Pezcraft committed May 13, 2024
1 parent 1dfb445 commit ce231ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
exit-code: 1
exit-code: '1'

- name: IaC Security Scan
uses: aquasecurity/[email protected]
Expand All @@ -81,7 +81,7 @@ jobs:
scan-type: 'config'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
exit-code: 0
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 ce231ca

Please sign in to comment.