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 0201bd9 commit 703e99bCopy full SHA for 703e99b
.github/workflows/build-docker-artifacts.yml
@@ -244,8 +244,6 @@ jobs:
244
- name: Determine trivy scan severity levels
245
id: set_severity
246
run: |
247
- echo "${{ github.event.inputs.scan_high_severity}}"
248
- echo "${{ matrix.component.scan_high_severity}}"
249
if [[ "${{ github.event.inputs.scan_high_severity }}" == "false" ]] || \
250
[[ "${{ vars.SCAN_HIGH_SEVERITY }}" == "false" ]] || \
251
[[ "${{ matrix.component.scan_high_severity }}" == "false" ]]; then
0 commit comments