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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ Thumbs.db
/*.html
/*.txt
/*.yml

# The real customer/vendor token list consumed by scripts/security/scan_forbidden.py at
# commit time. Only the SYNTHETIC scan-tokens.local.txt.example is ever committed.
#
# Deliberately unconditional, and listed ahead of the scanner it serves: an operator creates
# this file before the tooling that references it exists, so ignoring the path up front
# removes any window in which a real token list sits un-ignored in a working tree.
scripts/security/scan-tokens.local.txt
Loading