Skip to content

Commit 5bb2245

Browse files
authored
Merge pull request #38001 from github/repo-sync
Repo sync
2 parents 0f49f76 + 3590cb2 commit 5bb2245

File tree

5 files changed

+44
-38
lines changed

5 files changed

+44
-38
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250416-142458-gcbbd448ce AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250501-005451-g595789ae2 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos

package-lock.json

Lines changed: 18 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"html-entities": "^2.5.6",
285285
"http-proxy-middleware": "^3.0.5",
286286
"imurmurhash": "^0.1.4",
287-
"is-svg": "5.0.1",
287+
"is-svg": "6.0.0",
288288
"javascript-stringify": "^2.1.0",
289289
"js-cookie": "^3.0.5",
290290
"js-yaml": "^4.1.0",

src/secret-scanning/data/public-docs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,17 @@
18411841
hasPushProtection: true
18421842
hasValidityCheck: false
18431843
isduplicate: false
1844+
- provider: Groq
1845+
supportedSecret: Groq API Key
1846+
secretType: groq_api_key
1847+
versions:
1848+
fpt: '*'
1849+
ghec: '*'
1850+
isPublic: true
1851+
isPrivateWithGhas: true
1852+
hasPushProtection: false
1853+
hasValidityCheck: false
1854+
isduplicate: false
18441855
- provider: HashiCorp
18451856
supportedSecret: HashiCorp Vault Batch Token
18461857
secretType: hashicorp_vault_batch_token
@@ -2507,6 +2518,17 @@
25072518
hasPushProtection: false
25082519
hasValidityCheck: false
25092520
isduplicate: false
2521+
- provider: MongoDB
2522+
supportedSecret: MongoDB Atlas Service Account Secret
2523+
secretType: mongodb_atlas_service_account_secret
2524+
versions:
2525+
fpt: '*'
2526+
ghec: '*'
2527+
isPublic: true
2528+
isPrivateWithGhas: true
2529+
hasPushProtection: true
2530+
hasValidityCheck: false
2531+
isduplicate: false
25102532
- provider: Naver Cloud
25112533
supportedSecret: Naver Cloud Access Key ID
25122534
secretType: navercloud_gov_access_key
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "a5346d68622cea430c607c96e1f59bab5482adc4",
3-
"blob-sha": "d82579eba60785b636f013a9d25e137b982b3feb",
2+
"sha": "71173b23f93c156cd6b017be3b3340cf9d71924f",
3+
"blob-sha": "3e9371500252cc6c931ab1c59185dbebdc63aba1",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)