UNPKG
clienvy
Version:
latest (2.0.0)
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Secret Detection → Validation → Environment Migration → Code Remediation
clienvy
/
src
/
core
/
patterns
/
providers
/
aws.js
10 lines
(8 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Pattern
}
from
'../Pattern.js'
;
export
const
awsPattern =
new
Pattern
({
id
:
'aws'
,
name
:
'AWS'
,
regex
:
/\b(AKIA[0-9A-Z]{16})\b/g
,
providerBonus
:
50
,
envKeyHint
:
'AWS_ACCESS_KEY_ID'
, });