From 64d0e10d35ecc06647559acf51fc49993abb7b23 Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 22 Apr 2026 01:29:51 -0300 Subject: [PATCH] ci(soteria): enforce sonar and supply-chain gates --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5076764..6c35537 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,9 +63,9 @@ spec: SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' SONARQUBE_PROJECT_KEY = 'soteria' SONARQUBE_TOKEN = credentials('sonarqube-token') - QUALITY_GATE_SONARQUBE_ENFORCE = '0' + QUALITY_GATE_SONARQUBE_ENFORCE = '1' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' - QUALITY_GATE_IRONBANK_ENFORCE = '0' + QUALITY_GATE_IRONBANK_ENFORCE = '1' QUALITY_GATE_IRONBANK_REQUIRED = '0' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' }