Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .custodian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ tests_root: tests
audit:
reconcile_enforce: true

# `reconcile_enforce` is a core Custodian R1/R2 detector key
# (audit_kit/detectors/reconcile.py) but is not yet in custodian-doctor's
# _KNOWN_AUDIT_KEYS allowlist, so --strict flags it as an "unknown audit
# key". Declaring it here via the supported plugin_audit_keys escape hatch
# marks it as intentional until the upstream allowlist catches up.
plugin_audit_keys:
- reconcile_enforce

cross_repo:
platform_manifest_repo: ../PlatformManifest

Expand Down
Loading