Skip to content

Commit

Permalink
#127 report adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
meshuga committed Aug 19, 2020
1 parent 57ed8ec commit bb0d871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cloudiscovery/provider/security/resource/commands/DYNAMODB.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def pitr_enabled(self, pitr_enabled):
resources_found.append(
Resource(
digest=ResourceDigest(id=table, type="pitr_enabled"),
details="PITR disabled.",
details="PITR disabled",
name=table,
group="ddb_security",
security=SecurityValues(
Expand Down Expand Up @@ -59,7 +59,7 @@ def imdsv2_check(self, imdsv2_check):
digest=ResourceDigest(
id=instance_detail["InstanceId"], type="imdsv2_check"
),
details="IMDSv2 tokens not enforced.",
details="IMDSv2 tokens not enforced",
name=instance_detail["InstanceId"],
group="ddb_security",
security=SecurityValues(
Expand Down
2 changes: 1 addition & 1 deletion cloudiscovery/provider/security/resource/commands/EC2.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def imdsv2_check(self, imdsv2_check):
digest=ResourceDigest(
id=instance_detail["InstanceId"], type="imdsv2_check"
),
details="IMDSv2 tokens not enforced.",
details="IMDSv2 tokens not enforced",
name=instance_detail["InstanceId"],
group="ec2_security",
security=SecurityValues(
Expand Down
2 changes: 1 addition & 1 deletion cloudiscovery/provider/security/resource/commands/IAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def access_keys_rotated(self, max_age):
digest=ResourceDigest(
id=key["AccessKeyId"], type="access_keys_rotated"
),
details="You must rotate your keys.",
details="You must rotate your keys",
name=key["UserName"],
group="iam_security",
security=SecurityValues(
Expand Down

0 comments on commit bb0d871

Please sign in to comment.