Secret scanning for GitHub wikis supported in GHES 3.19 [GA] (#58206)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Reference: #13325
|
# Reference: #13325 and #19222
|
||||||
# Secret Scanning Detection for GitHub Wikis [Public Beta]
|
# Secret Scanning Detection for GitHub Wikis
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
ghes: '>3.18'
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user