Add ReleaseRun K8s/Docker/Terraform browser-based security scanners#31
Open
Matheus-RR wants to merge 1 commit into4ndersonLin:masterfrom
Open
Add ReleaseRun K8s/Docker/Terraform browser-based security scanners#31Matheus-RR wants to merge 1 commit into4ndersonLin:masterfrom
Matheus-RR wants to merge 1 commit into4ndersonLin:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds three new browser-based security scanning tools (Kubernetes YAML, Docker Compose, and Terraform) to the repository’s curated “Awesome Cloud Security” resource list.
Changes:
- Added ReleaseRun Terraform Security Scanner under Infrastructure tools.
- Added ReleaseRun Kubernetes YAML Security Linter under Tools listings.
- Added ReleaseRun Docker Compose Security Checker under Tools listings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
Comment on lines
+74
to
+75
| * [ReleaseRun K8s YAML Security Linter](https://releaserun.com/tools/kubernetes-security-linter/): Browser-based Kubernetes YAML security scanner. Checks 12 misconfigurations (runAsRoot, privileged containers, missing resource limits, exposed secrets) and outputs an A-F grade with specific fixes. | ||
| * [ReleaseRun Docker Compose Security Checker](https://releaserun.com/tools/docker-compose-security/): Browser-based Docker Compose security scanner. Detects Docker socket mounts, privileged containers, hardcoded secrets in env vars, and database ports bound to 0.0.0.0. |
README.md
Outdated
| * [aws_ir](https://github.com/ThreatResponse/aws_ir): Python installable command line utility for mitigation of instance and key compromises. | ||
| * [aws-firewall-factory](https://github.com/globaldatanet/aws-firewall-factory): Deploy, update, and stage your WAFs while managing them centrally via FMS. | ||
| * [aws-vault](https://github.com/99designs/aws-vault): A vault for securely storing and accessing AWS credentials in development environments. | ||
| * [ReleaseRun Terraform Security Scanner](https://releaserun.com/tools/terraform-security/): Browser-based .tf file security scanner. Checks for hardcoded AWS credentials, SSH/database ports open to 0.0.0.0/0, public S3 buckets, unencrypted RDS/EBS volumes, and missing deletion protection. A-F score with specific remediation. |
…urity (Container)
Author
|
Thanks for the Copilot review! I've updated the PR to address both issues:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Three browser-based security scanners for cloud-native infrastructure:
Container
network_mode: host, mutable image tags (:latest), database ports on 0.0.0.0, hardcoded secrets, no resource limits, missing healthchecks.Infrastructure
aws_s3_bucket_public_access_block, RDSpublicly_accessible = true, unencrypted RDS/EBS,deletion_protection = false,skip_final_snapshot = true.All tools run entirely in the browser — no data sent to servers, no auth required.
ReleaseRun is a free developer tooling site focused on infrastructure health, EOL tracking, and upgrade safety.