Skip to content

Commit 0b2cfad

Browse files
authored
Secret scanning for GitHub wikis supported in GHES 3.19 [GA] (#58206)
1 parent 81fc20b commit 0b2cfad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Reference: #13325
2-
# Secret Scanning Detection for GitHub Wikis [Public Beta]
1+
# Reference: #13325 and #19222
2+
# Secret Scanning Detection for GitHub Wikis
33
versions:
44
fpt: '*'
55
ghec: '*'
6+
ghes: '>3.18'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
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.19 %}, pull requests, and discussions{% endif %} in those repositories, for leaked secrets that have been accidentally committed, such as tokens or private keys.

0 commit comments

Comments
 (0)