Skip to content

Commit

Permalink
Merge pull request #2735 from aws/fix-sample-credentials-data-regex
Browse files Browse the repository at this point in the history
Set test data to conform to internal scanners format
  • Loading branch information
Madrigal authored Aug 6, 2024
2 parents 472db7c + ecfdb15 commit 5f159bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changelog/7668478078764990b2f9280d97c96cc1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "76684780-7876-4990-b2f9-280d97c96cc1",
"type": "bugfix",
"description": "Use blessed strings that don't trigger our internal scanners",
"modules": [
"credentials"
]
}
2 changes: 1 addition & 1 deletion credentials/processcreds/testdata/longsessiontoken.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Version": 1,
"AccessKeyId": "ASIAXXXXXXXXXXXXXXXX",
"AccessKeyId": "AKIAIOSFODNN7EXAMPLE",
"Expiration": "2199-01-01T00:00:00Z",
"SecretAccessKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"SessionToken":
Expand Down

0 comments on commit 5f159bb

Please sign in to comment.