We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98444ad commit 3188c5eCopy full SHA for 3188c5e
.github/workflows/build-docker-artifacts.yml
@@ -244,7 +244,7 @@ jobs:
244
- name: Determine trivy scan severity levels
245
id: set_severity
246
run: |
247
- if [[ ${{ inputs.scan_high_severity }} != true ]]; then
+ if [[ "${{ inputs.scan_high_severity }}" == "false" ]]; then
248
echo "severity=CRITICAL" >> $GITHUB_OUTPUT
249
else
250
echo "severity=HIGH,CRITICAL" >> $GITHUB_OUTPUT
0 commit comments