Skip to content

Commit

Permalink
add policy_type, resource_type where it was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-gogia committed Jun 2, 2021
1 parent 898946d commit 6f8057d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ecrmaketagsimmutable",
"file": "ecr_make_tags_immutable.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cloudTrailMultiRegionEnabled",
"file": "cloudTrailMultiRegion.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dynamoderecovery_enabled",
"file": "dynamodb_without_recovery_enabled.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ec2ebsnotoptimized",
"file": "ec2_ebs_not_optimized.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cloudTrailMultiRegionNotCreated",
"file": "cloudTrailMultiRegionNotCreated.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "configEnabledForAllRegions",
"file": "configEnabled.rego",
"policy_type": "",
"resource_type": "",
"policy_type": "aws",
"resource_type": "aws_cloudtrail",
"template_args": {
"prefix": ""
},
Expand Down

0 comments on commit 6f8057d

Please sign in to comment.