Skip to content

Commit 3188c5e

Browse files
fix: linting
1 parent 98444ad commit 3188c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Determine trivy scan severity levels
245245
id: set_severity
246246
run: |
247-
if [[ ${{ inputs.scan_high_severity }} != true ]]; then
247+
if [[ "${{ inputs.scan_high_severity }}" == "false" ]]; then
248248
echo "severity=CRITICAL" >> $GITHUB_OUTPUT
249249
else
250250
echo "severity=HIGH,CRITICAL" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)