Skip to content

chore(security): gitignore the leak-scanner token file#2

Merged
wshallwshall merged 1 commit into
mainfrom
chore/gitignore-token-file
Jul 26, 2026
Merged

chore(security): gitignore the leak-scanner token file#2
wshallwshall merged 1 commit into
mainfrom
chore/gitignore-token-file

Conversation

@wshallwshall

Copy link
Copy Markdown
Collaborator

Adds the ignore rule for scripts/security/scan-tokens.local.txt -- the real customer/vendor token list consumed by the leak scanner.

The file is created by an operator before the tooling that references it exists. Without this rule it is an ordinary untracked file and is stageable by git add -A, which is exactly the exposure it exists to prevent.

Only the synthetic .example is ever committed.

The real customer/vendor token list is created by an operator before the
tooling that consumes it exists. Without this rule the file sits un-ignored
in the working tree and is stageable by `git add -A`, which is precisely the
exposure the file exists to prevent. Ignoring the path up front costs nothing.
@wshallwshall
wshallwshall merged commit e7d3396 into main Jul 26, 2026
31 of 32 checks passed
@wshallwshall
wshallwshall deleted the chore/gitignore-token-file branch July 26, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant