From 8f9355f24b19f7ce23199d337937cd4078ed2fcf Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Apr 2026 08:15:44 +0000 Subject: [PATCH] chore: set compliance scan to soft fail Change fail-on from 'critical' to 'never' so the PQC scan reports findings without blocking the pipeline. https://claude.ai/code/session_013nmG3viWUkF9cJnQ8YecPC --- .github/workflows/observer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/observer.yml b/.github/workflows/observer.yml index 48949f4..ab0480b 100644 --- a/.github/workflows/observer.yml +++ b/.github/workflows/observer.yml @@ -21,7 +21,7 @@ jobs: id: observer uses: GetQuantumDrive/Observer@main with: - fail-on: critical # fail build on CRITICAL findings + fail-on: never # soft fail: report findings without breaking the build output: observer-report.json # Optional: post results to your Groundstate compliance dashboard # report-url: ${{ secrets.GROUNDSTATE_URL }}