Skip to content

Repo sync #39589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 30, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Sync secret scanning data (#56909)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
  • Loading branch information
docs-bot and mchammer01 authored Jul 30, 2025
commit 086ce1501ba8c023b59dd6534913b649156e6b1f
34 changes: 28 additions & 6 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,17 @@
hasPushProtection: true
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Amazon AWS
supportedSecret: Amazon AWS API Key ID
secretType: aws_api_key
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Amazon AWS
supportedSecret: Amazon AWS Session Token
secretType: >-
Expand Down Expand Up @@ -1809,7 +1820,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: DigitalOcean
supportedSecret: DigitalOcean Personal Access Token
Expand All @@ -1821,7 +1832,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: DigitalOcean
supportedSecret: DigitalOcean Refresh Token
Expand Down Expand Up @@ -2313,7 +2324,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: GoCardless
supportedSecret: GoCardless Live Access Token
Expand Down Expand Up @@ -2545,7 +2556,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Heroku
supportedSecret: Heroku Platform API OAuth2 Token
Expand Down Expand Up @@ -3355,6 +3366,17 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Notion
supportedSecret: Notion API Token
secretType: notion_api_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Notion
supportedSecret: Notion Integration Token
secretType: notion_integration_token
Expand Down Expand Up @@ -4424,7 +4446,7 @@
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
Expand Down Expand Up @@ -4655,7 +4677,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Telegram
supportedSecret: Telegram Bot Token
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "594adea0c1c940527d547efc18db839af86d8b79",
"blob-sha": "3feedd6d151816923eec708ffa058b4b2cc87184",
"sha": "888f35e31af644d721bb12c9b3143b6b42d5652a",
"blob-sha": "ec24f6c2e3426c35ece41e52fb686170b15dec90",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}