Skip to content

Commit

Permalink
[nc] iterate on artifact creation and upload
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 21, 2024
1 parent 4125a29 commit b9366db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trivy-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
run: |
exitcode="--exit-code 1"
if [[ ${{ inputs.pipeline-nofail == "true" }} ]]; then
if [[ "${{ inputs.pipeline-nofail }}" == "true" ]]; then
exitcode=""
fi
trivy image --severity ${{ inputs.trivy-severity }} \
Expand Down

0 comments on commit b9366db

Please sign in to comment.