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 }}