Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Feb 12, 2025
1 parent 4b7355e commit f145d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
with:
image_ref: ${{ steps.meta.outputs.tags }}
scan_type: 'image'
failure_severity: ${{ inputs.vulnerability_severity == 'CRITICAL (DO NOT use if JIRA ticket not raised)' ? 'CRITICAL' : inputs.vulnerability_severity }}
failure_severity: ${{ (inputs.vulnerability_severity == 'CRITICAL (DO NOT use if JIRA ticket not raised)' && 'CRITICAL') || inputs.vulnerability_severity }}

- name: Push to Docker
id: push-to-docker
Expand Down

0 comments on commit f145d60

Please sign in to comment.