1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Secret scanning for GitHub wikis supported in GHES 3.19 [GA] (#58206)

This commit is contained in:
mc
2025-11-18 07:48:54 +00:00
committed by GitHub
parent 81fc20b75c
commit 0b2cfad9e6
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
# Reference: #13325
# Secret Scanning Detection for GitHub Wikis [Public Beta]
# Reference: #13325 and #19222
# Secret Scanning Detection for GitHub Wikis
versions:
fpt: '*'
ghec: '*'
ghes: '>3.18'

View File

@@ -1 +1 @@
{% data variables.product.prodname_secret_scanning_caps %} is a security tool that scans the entire Git history of repositories, as well as issues{% ifversion secret-scanning-enhancements-wikis %}, pull requests, discussions, and wikis{% elsif ghes > 3.13 %}, pull requests, and discussions{% endif %} in those repositories, for leaked secrets that have been accidentally committed, such as tokens or private keys.
{% data variables.product.prodname_secret_scanning_caps %} is a security tool that scans the entire Git history of repositories, as well as issues{% ifversion secret-scanning-enhancements-wikis %}, pull requests, discussions, and wikis{% elsif ghes < 3.19 %}, pull requests, and discussions{% endif %} in those repositories, for leaked secrets that have been accidentally committed, such as tokens or private keys.