Skip to content

Commit c48711a

Browse files
fix: linting
1 parent 3188c5e commit c48711a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ jobs:
245245
id: set_severity
246246
run: |
247247
if [[ "${{ inputs.scan_high_severity }}" == "false" ]]; then
248-
echo "severity=CRITICAL" >> $GITHUB_OUTPUT
248+
echo "severity=CRITICAL" >> "$GITHUB_OUTPUT"
249249
else
250-
echo "severity=HIGH,CRITICAL" >> $GITHUB_OUTPUT
250+
echo "severity=HIGH,CRITICAL" >> "$GITHUB_OUTPUT"
251251
fi
252252
- name: Run Trivy vulnerability scanner
253253
uses: aquasecurity/[email protected]

0 commit comments

Comments
 (0)