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

feat: initial functionality #1

Merged
merged 2 commits into from
Nov 16, 2023
Merged

feat: initial functionality #1

merged 2 commits into from
Nov 16, 2023

Conversation

stefanfreitag
Copy link
Owner

No description provided.

@stefanfreitag stefanfreitag added the enhancement New feature or request label Nov 16, 2023
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Comment on lines +121 to +125
resource "aws_cloudwatch_log_group" "rds_health_lambda_log_groups" {
name = "/aws/lambda/rds_status_monitor-${random_id.id.hex}"
retention_in_days = var.log_retion_period_in_days
tags = var.tags
}

Check notice

Code scanning / Trivy

CloudWatch log groups should be encrypted using CMK Low

Artifact: main.tf
Type: terraform
Vulnerability AVD-AWS-0017
Severity: LOW
Message: Log group is not encrypted.
Link: AVD-AWS-0017
@stefanfreitag stefanfreitag merged commit 391cd74 into main Nov 16, 2023
2 checks passed
@stefanfreitag stefanfreitag deleted the initial_functionality branch November 16, 2023 20:42
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant