Skip to content

Commit e398bab

Browse files
am-steadsophiethekingmchammer01RobertBolendermattpollard
authored
Secret scanning: Persist detected secrets in encrypted storage (github#31710)
Co-authored-by: Sophie <[email protected]> Co-authored-by: mchammer01 <[email protected]> Co-authored-by: Robert Bolender <[email protected]> Co-authored-by: Matt Pollard <[email protected]>
1 parent 3c80b12 commit e398bab

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/code-security/secret-scanning/about-secret-scanning.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ If you're a repository administrator you can enable {% data variables.product.pr
7474

7575
{% ifversion ghes or ghae or ghec %}You can also define custom {% data variables.product.prodname_secret_scanning %} patterns for a repository, organization, or enterprise. For more information, see "[Defining custom patterns for {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/defining-custom-patterns-for-secret-scanning)."
7676
{% endif %}
77+
78+
{% ifversion secret-scanning-ghas-store-tokens %}
79+
{% data variables.product.company_short %} stores detected secrets using symmetric encryption, both in transit and at rest.{% endif %}{% ifversion ghes > 3.7 %} To rotate the encryption keys used for storing the detected secrets, you can contact {% data variables.contact.contact_ent_support %}.{% endif %}
80+
7781
### About {% data variables.product.prodname_secret_scanning %} alerts
7882

7983
When you enable {% data variables.product.prodname_secret_scanning %} for a repository or push commits to a repository with {% data variables.product.prodname_secret_scanning %} enabled, {% data variables.product.prodname_dotcom %} scans the contents of those commits for secrets that match patterns defined by service providers{% ifversion ghes or ghae or ghec %} and any custom patterns defined in your enterprise, organization, or repository{% endif %}. {% ifversion secret-scanning-backfills %}{% data variables.product.prodname_dotcom %} also periodically runs a scan of all historical content in repositories with {% data variables.product.prodname_secret_scanning %} enabled.{% endif%}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Issue 8348
2+
# Secret Scanning - Persist detected secrets in encrypted storage
3+
versions:
4+
ghec: '*'
5+
ghes: '>=3.8'

0 commit comments

Comments
 (0)