Skip to content

Commit

Permalink
fix timestamps (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhakmiller authored Apr 24, 2024
1 parent ecf74bf commit 214feae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Tests:
{
"attributes":
{
"creationDate": "2019-01-00T00:00:00Z",
"creationDate": "2019-01-01T00:00:00Z",
"mfaAuthenticated": "true",
},
},
Expand Down Expand Up @@ -143,7 +143,7 @@ Tests:
{
"attributes":
{
"creationDate": "2019-01-00T00:00:00Z",
"creationDate": "2019-01-01T00:00:00Z",
"mfaAuthenticated": "true",
},
},
Expand Down Expand Up @@ -207,7 +207,7 @@ Tests:
{
"attributes":
{
"creationDate": "2019-01-00T00:00:00Z",
"creationDate": "2019-01-01T00:00:00Z",
"mfaAuthenticated": "true",
},
},
Expand Down
4 changes: 2 additions & 2 deletions rules/aws_cloudtrail_rules/aws_root_access_key_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Tests:
"eventID": "1111",
"eventName": "CreateAccessKey",
"eventSource": "iam.amazonaws.com",
"eventTime": "2019-01-00T00:00:00Z",
"eventTime": "2019-01-01T00:00:00Z",
"eventType": "AwsApiCall",
"eventVersion": "1.05",
"recipientAccountId": "123456789012",
Expand Down Expand Up @@ -105,7 +105,7 @@ Tests:
{
"attributes":
{
"creationDate": "2019-01-00T00:00:00Z",
"creationDate": "2019-01-01T00:00:00Z",
"mfaAuthenticated": "true",
},
},
Expand Down

0 comments on commit 214feae

Please sign in to comment.