Prwlr 750 exclude metadata json order (#1301)

* chore: exclude metadata

* chore: exclude metadata

* chore: no prettify

* chore: no prettify
This commit is contained in:
Pepe Fagoaga
2022-08-03 12:07:36 +02:00
committed by GitHub
parent dfbc618d44
commit 5e479a5050
24 changed files with 422 additions and 417 deletions

View File

@@ -1,14 +1,15 @@
{
"Categories": [],
"Provider": "aws",
"CheckID": "ec2_ebs_snapshots_encrypted",
"CheckTitle": "Check if EBS snapshots are encrypted.",
"CheckType": "Data Protection",
"Compliance": [],
"DependsOn": [],
"ServiceName": "ec2",
"SubServiceName": "ebs-snapshots",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "medium",
"ResourceType": "AwsEc2Snapshot",
"Description": "Check if EBS snapshots are encrypted.",
"Notes": "",
"Provider": "aws",
"RelatedTo": [],
"Risk": "Data encryption at rest prevents data visibility in the event of its unauthorized access or theft.",
"RelatedUrl": "",
"Remediation": {
"Code": {
@@ -22,14 +23,13 @@
"Url": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default"
}
},
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"ResourceType": "AwsEc2Snapshot",
"Risk": "Data encryption at rest prevents data visibility in the event of its unauthorized access or theft.",
"ServiceName": "ec2",
"Severity": "medium",
"SubServiceName": "",
"Categories": [],
"Tags": {
"Tag1Key": "value",
"Tag2Key": "value"
}
},
"DependsOn": [],
"RelatedTo": [],
"Notes": "",
"Compliance": []
}