Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor - Remove dependency on Cloudposse #90

Merged
merged 11 commits into from
Nov 1, 2024
16 changes: 16 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-CC-AWS-710:
- aurora-cluster.tf > resource > aws_rds_cluster[this] > iam_database_authentication_enabled:
reason: IAM authentication is set by variable
expires: 2027-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
SNYK-CC-AWS-414:
- main.tf > resource > aws_db_instance[this] > iam_database_authentication_enabled:
reason: IAM authentication is set by variable
expires: 2027-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z

patch: {}
108 changes: 44 additions & 64 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading