From e370c388f485377038e392ee86d6317742b4c38d Mon Sep 17 00:00:00 2001 From: squid-protocol Date: Mon, 13 Jul 2026 18:10:03 -0400 Subject: [PATCH] ci: update bitbucket pipeline to utilize systemic threat gate --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8a6c06fc..e85a5303 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -17,8 +17,8 @@ pipelines: # 2. Execute Zero-Trust Spectral Audit with Enterprise Gates # Added --ignore tests/ to prevent mock data from tripping the secrets firewall - - galaxyscope gitgalaxy/ --max-risk-exposure ${GITGALAXY_MAX_RISK:-95} --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json - + - galaxyscope gitgalaxy/ --max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json + artifacts: # 3. Publish SARIF telemetry for Bitbucket Code Insights - gitgalaxy-results_sarif.json