Skip to content

Commit 06b407b

Browse files
committed
ci: set security scan severity cutoff to critical in release image workflow.
1 parent a34aec8 commit 06b407b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
image: ${{ needs.build.outputs.image-ref }}
163163
fail-build: true
164-
severity-cutoff: high
164+
severity-cutoff: critical
165165
output-format: sarif
166166

167167
- name: Upload SARIF to GitHub Security

0 commit comments

Comments
 (0)