Skip to content

Commit c8f4c88

Browse files
dcramerclaude
andauthored
ci(warden): Preserve base config in report mode (#194)
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 <noreply@anthropic.com>
1 parent 429b716 commit c8f4c88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/warden.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
mode: report
6060
findings-file: ${{ steps.warden-analyze.outputs.findings-file }}
6161
github-token: ${{ steps.app-token.outputs.token }}
62+
base-config-path: .warden-org/warden.toml
6263

6364
- name: Authenticate to Google Cloud
6465
if: ${{ always() && steps.warden-analyze.outputs.findings-file != '' }}

0 commit comments

Comments
 (0)