Skip to content

Commit cce0a5f

Browse files
authored
fix: release gate severity back to critical (known HIGH deps) (#950)
The self-scan gate was bumped to `--fail-on-severity high` in #944 but our dependency chain has known HIGH CVEs (pyopenssl cap from snowflake, etc.) that are tracked and assessed as non-exploitable. Reverting to critical-only gate so releases aren't blocked by accepted risk. HIGH findings remain visible in workflow logs and Security tab.
1 parent 66e625e commit cce0a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uv run agent-bom scan --self-scan \
159159
--format sarif \
160160
-o sarif/release-self-dep.sarif \
161-
--fail-on-severity high \
161+
--fail-on-severity critical \
162162
--quiet
163163
164164
- name: Upload release self-scan SARIF

0 commit comments

Comments
 (0)