Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 authored Jun 28, 2016
1 parent 52d5b28 commit 81178f2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Use `jq` to render the contents of the `scan.report.log` to the console:
"accesskeyid": "**************Q3GA1"
},
{
"age": 663,
"age": 12,
"changed": false,
"state": "key is already in an INACTIVE state",
"state": "key is still young",
"accesskeyid": "**************F3AA2"
}
]
Expand All @@ -101,9 +101,9 @@ Use `jq` to render the contents of the `scan.report.log` to the console:
"userid": "3",
"keys": [
{
"age": 296,
"age": 23,
"changed": false,
"state": "key is already in an INACTIVE state",
"state": "key is due to expire in 1 week (7 days)",
"accesskeyid": "**************DFG12"
},
{
Expand All @@ -119,9 +119,9 @@ Use `jq` to render the contents of the `scan.report.log` to the console:
"userid": "4",
"keys": [
{
"age": 115,
"changed": false,
"state": "key is already in an INACTIVE state",
"age": 30,
"changed": true,
"state": "key is now EXPIRED! Changing key to INACTIVE state",
"accesskeyid": "**************ER2E2"
},
{
Expand All @@ -137,9 +137,9 @@ Use `jq` to render the contents of the `scan.report.log` to the console:
"userid": "5",
"keys": [
{
"age": 241,
"age": 30,
"changed": false,
"state": "key is already in an INACTIVE state",
"state": "key is now EXPIRED! Changing key to INACTIVE state",
"accesskeyid": "**************MGB41A"
}
]
Expand All @@ -149,15 +149,15 @@ Use `jq` to render the contents of the `scan.report.log` to the console:
"userid": "6",
"keys": [
{
"age": 578,
"age": 10,
"changed": false,
"state": "key is already in an INACTIVE state",
"state": "key is still young",
"accesskeyid": "**************ZDSQ5A"
},
{
"age": 578,
"age": 5,
"changed": false,
"state": "key is already in an INACTIVE state",
"state": "key is still young",
"accesskeyid": "**************E3ODA"
}
]
Expand Down

0 comments on commit 81178f2

Please sign in to comment.