Skip to content

Commit

Permalink
fix(checks): add missing ID field
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Feb 14, 2024
1 parent 1e83f33 commit 81dfb43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A simple rule looks like the following example:
# related_resources:
# - https://docs.aws.amazon.com/neptune/latest/userguide/iam-auth.html
# custom:
# id: AVD-AWS-0176
# avd_id: AVD-AWS-0176
# provider: aws
# service: rds
Expand Down
1 change: 1 addition & 0 deletions checks/cloud/aws/rds/disable_public_access.rego
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# related_resources:
# - http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html
# custom:
# id: AVD-AWS-0180
# avd_id: AVD-AWS-0180
# provider: aws
# service: rds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# related_resources:
# - https://docs.aws.amazon.com/config/latest/developerguide/rds-cluster-deletion-protection-enabled.html
# custom:
# id: AVD-AWS-0343
# avd_id: AVD-AWS-0343
# provider: aws
# service: rds
Expand Down
1 change: 1 addition & 0 deletions checks/cloud/aws/rds/enable_deletion_protection.rego
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# related_resources:
# - https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-rds-now-provides-database-deletion-protection/
# custom:
# id: AVD-AWS-0177
# avd_id: AVD-AWS-0177
# provider: aws
# service: rds
Expand Down
1 change: 1 addition & 0 deletions checks/cloud/aws/rds/enable_iam_auth.rego
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# related_resources:
# - https://docs.aws.amazon.com/neptune/latest/userguide/iam-auth.html
# custom:
# id: AVD-AWS-0176
# avd_id: AVD-AWS-0176
# provider: aws
# service: rds
Expand Down

0 comments on commit 81dfb43

Please sign in to comment.