Files
get-shit-done/.secretscanignore
Tom Boucher 0a26f815da ci: add .secretscanignore for plan-phase.md false positive
plan-phase.md contains illustrative DATABASE_URL/REDIS_URL examples
in documentation text, not real credentials. The secret-scan.sh script
already supports .secretscanignore — this file activates it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:48:00 -04:00

12 lines
369 B
Plaintext

# .secretscanignore — Files to exclude from secret scanning
#
# Glob patterns (one per line) for files that should be skipped.
# Comments (#) and empty lines are ignored.
#
# Examples:
# tests/fixtures/fake-credentials.json
# docs/examples/sample-config.yml
# plan-phase.md contains illustrative DATABASE_URL/REDIS_URL examples
get-shit-done/workflows/plan-phase.md