Skip to content

Commit 867c2d4

Browse files
authored
feat: make Ls0t secret scan more restrictive (#6756)
1 parent 30cd508 commit 867c2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/plugins_core/secrets_scanning/secret_prefixes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const OTHER_COMMON_PREFIXES = [
2121
'access_',
2222
'twilio_',
2323
'-----begin',
24-
'ls0t',
24+
'ls0tls1crudjtib',
2525
]
2626

2727
export const LIKELY_SECRET_PREFIXES = [

0 commit comments

Comments
 (0)