Skip to content

Repo sync #39619

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 2 commits into from
Aug 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
29 changes: 20 additions & 9 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- provider: 1Password
supportedSecret: 1Password Service Account Token
secretType: 1password_service_account_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Adafruit
supportedSecret: Adafruit IO Key
secretType: adafruit_io_key
Expand Down Expand Up @@ -165,7 +176,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Anthropic
supportedSecret: Anthropic API Key
Expand All @@ -177,7 +188,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Anthropic
supportedSecret: Anthropic Session ID
Expand Down Expand Up @@ -1258,7 +1269,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Bitrise
supportedSecret: Bitrise Workspace API Token
Expand Down Expand Up @@ -1632,7 +1643,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Contentful
supportedSecret: Contentful Web Token
Expand Down Expand Up @@ -2000,7 +2011,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Dropbox
supportedSecret: Dropbox Short-Lived Access Token
Expand All @@ -2024,7 +2035,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Duffel
supportedSecret: Duffel Test Access Token
Expand All @@ -2036,7 +2047,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Dynatrace
supportedSecret: Dynatrace API Token
Expand Down Expand Up @@ -4031,7 +4042,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: redirect.pizza
supportedSecret: redirect.pizza API Token
Expand Down Expand Up @@ -4903,7 +4914,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: true
- provider: WorkOS
supportedSecret: WorkOS Production API Key
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": "888f35e31af644d721bb12c9b3143b6b42d5652a",
"blob-sha": "ec24f6c2e3426c35ece41e52fb686170b15dec90",
"sha": "8c4882cc5e248d08d7dd4daedcf92a9556d7bf5b",
"blob-sha": "ea7f614767331a7ca755778cd1a13fb984fc40f1",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading