Skip to content

Commit

Permalink
Merge pull request #34993 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 18, 2024
2 parents 3fe122c + 2d09033 commit f20400b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 14 deletions.
56 changes: 44 additions & 12 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1498,18 +1498,6 @@
hasPushProtection: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Google
supportedSecret: Google Cloud Private Key ID
secretType: google_cloud_private_key_id
versions:
fpt: '*'
ghec: '*'
ghes: <3.13
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Google
supportedSecret: Google Cloud Service Account Credentials
secretType: google_cloud_service_account_credentials
Expand Down Expand Up @@ -2871,6 +2859,50 @@
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Sentry
supportedSecret: Sentry Integration Token
secretType: sentry_integration_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Sentry
supportedSecret: Sentry Org Auth Token
secretType: sentry_org_auth_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Sentry
supportedSecret: Sentry User App Auth Token
secretType: sentry_user_app_auth_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Sentry
supportedSecret: Sentry User Auth Token
secretType: sentry_user_auth_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Shippo
supportedSecret: Shippo Live API Token
secretType: shippo_live_api_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": "15fc6a5c088b86a22bbd6f05b93d939727f27bd0",
"blob-sha": "f072a97f15d05b43583076e43d8a70dc7b8d0bb7",
"sha": "83070f32cc15cca56b693ddec28b6a2210e7da9c",
"blob-sha": "7f30272d239f59a199c53f04f509bfb51dd9a18b",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}

0 comments on commit f20400b

Please sign in to comment.