You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Describe the bug
The policy FG_R00093 doesn't handled properly the serverless RDS Cluster. In the code, I don't see anything telling that if the rds cluster has the engine serverless, it shouldn't raise an alert.
$ regula run .
FG_R00093: RDS instances should be encrypted [High]
https://docs.fugue.co/FG_R00093.html
[1]: aws_rds_cluster.serverless_cluster
in rds.tf:1:1
[...]
Thank you by advance to look at that.
Rasmey
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The policy FG_R00093 doesn't handled properly the serverless RDS Cluster. In the code, I don't see anything telling that if the rds cluster has the engine serverless, it shouldn't raise an alert.
It is based on this documentation: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#storage_encrypted
How you're running Regula
Operating System
Mac OS and Linux
Steps to reproduce
Thank you by advance to look at that.
Rasmey
The text was updated successfully, but these errors were encountered: