From 1087a532ff0aadb4d97924d8699f50372913de32 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 15 Jun 2026 13:35:44 -0700 Subject: [PATCH] ci(warden): Preserve base config in report mode Pass the org base Warden config to the report step so split analyze/report runs replay findings against the same trigger set. Without this, report mode can reject findings produced by the analyze step when repo-local config does not include the org baseline skill. Co-Authored-By: GPT-5 --- .github/workflows/warden.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/warden.yml b/.github/workflows/warden.yml index d168543..fe9cdee 100644 --- a/.github/workflows/warden.yml +++ b/.github/workflows/warden.yml @@ -59,6 +59,7 @@ jobs: mode: report findings-file: ${{ steps.warden-analyze.outputs.findings-file }} github-token: ${{ steps.app-token.outputs.token }} + base-config-path: .warden-org/warden.toml - name: Authenticate to Google Cloud if: ${{ always() && steps.warden-analyze.outputs.findings-file != '' }}