Skip to content

Commit

Permalink
Merge pull request github#34608 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 16, 2024
2 parents 4cfe229 + 226f971 commit 24d277a
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 91 deletions.
123 changes: 39 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"dayjs": "^1.11.3",
"dotenv": "^16.4.5",
"escape-string-regexp": "5.0.0",
"express": "4.20.0",
"express": "4.21.0",
"express-rate-limit": "7.4.0",
"fastest-levenshtein": "1.0.16",
"file-type": "19.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "ee7d96263a737a0fd8c2b25b852a2ebbb1041ab3"
"sha": "59756bf36a9f30cef18140b482fa177f265a41ce"
}
50 changes: 47 additions & 3 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,28 @@
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Coveo
supportedSecret: Coveo Access Token
secretType: coveoaccesstoken
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Coveo
supportedSecret: Coveo API Key
secretType: coveoapikey
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: crates.io
supportedSecret: Crates.io API Token
secretType: cratesio_api_token
Expand Down Expand Up @@ -2355,7 +2377,7 @@
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: PagerDuty
Expand Down Expand Up @@ -2640,7 +2662,7 @@
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Rootly
Expand Down Expand Up @@ -2882,6 +2904,17 @@
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Siemens
supportedSecret: Siemens API Token
secretType: siemens_api_token
versions:
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Slack
supportedSecret: Slack API Token
secretType: slack_api_token
Expand Down Expand Up @@ -3122,6 +3155,17 @@
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
- provider: Thunderstore
supportedSecret: Thunderstore IO API Token
secretType: thunderstore_io_api_token
versions:
fpt: '*'
ghec: '*'
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Twilio
supportedSecret: Twilio Access Token
secretType: twilio_access_token
Expand Down Expand Up @@ -3308,7 +3352,7 @@
ghec: '*'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasPushProtection: true
hasValidityCheck: false
isduplicate: false
- provider: Yandex
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": "56c8651ebb221acc9104fa32616f5aad80f1a0c7",
"blob-sha": "9c6236aeb13877928f41889c9d10ea85823e9254",
"sha": "b37f300b0ad41b4a3cc2bdfb0799b7443edf4311",
"blob-sha": "1c84fda1a814138b457b020b75f05e5e35fe6951",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}

0 comments on commit 24d277a

Please sign in to comment.