Skip to content

Commit 5f159bb

Browse files
authored
Merge pull request #2735 from aws/fix-sample-credentials-data-regex
Set test data to conform to internal scanners format
2 parents 472db7c + ecfdb15 commit 5f159bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "76684780-7876-4990-b2f9-280d97c96cc1",
3+
"type": "bugfix",
4+
"description": "Use blessed strings that don't trigger our internal scanners",
5+
"modules": [
6+
"credentials"
7+
]
8+
}

credentials/processcreds/testdata/longsessiontoken.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Version": 1,
3-
"AccessKeyId": "ASIAXXXXXXXXXXXXXXXX",
3+
"AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
44
"Expiration": "2199-01-01T00:00:00Z",
55
"SecretAccessKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
66
"SessionToken":

0 commit comments

Comments
 (0)