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:
parent
04e049caed
commit
ee071531de
|
@ -0,0 +1,2 @@
|
|||
paths-ignore:
|
||||
- "website/content/*"
|
Loading…
Reference in New Issue