docs: disable secret scanning for documentation content (#16903)

Examples in the documentation frequently include tokens, including Vault tokens
which end up triggering GitHub's secret scanner. Remove these from consideration
so that we don't get false positive reports.
This commit is contained in:
Tim Gross 2023-04-17 10:03:52 -04:00 committed by GitHub
parent 04e049caed
commit ee071531de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.github/secret-scanning.yml vendored Normal file
View File

@ -0,0 +1,2 @@
paths-ignore:
- "website/content/*"