# Kingfisher configuration for the `gor` project.
# See https://mongodb.github.io/kingfisher/usage/configuration/ for the full reference.
scan:
# Scan with high confidence to reduce false positives in CI.
confidence: high
# Redact secrets in output (safe for CI logs).
redact: true
output:
# Human-readable output for CI logs.
format: pretty
filters:
# Exclude vendored, generated, and build artifacts.
exclude:
- "target/"
- ".git/"
- "**/node_modules/**"
- "*.lock"
- "*.min.js"
- ".pi-subagents/"
global:
# Skip the update check in CI.
no_update_check: true