[PR #332] [MERGED] tools: add ReleaseRun Terraform Security Scanner #2467

Closed
opened 2026-05-02 17:40:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shuaibiyy/awesome-tf/pull/332
Author: @Matheus-RR
Created: 3/15/2026
Status: Merged
Merged: 3/17/2026
Merged by: @chenrui333

Base: masterHead: add-terraform-security-scanner


📝 Commits (1)

  • 7e1b1d6 feat: add ReleaseRun Terraform Security Scanner

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Free browser-based Terraform security scanner. Paste a .tf file and check for:

  • Hardcoded AWS/GCP credentials in provider blocks
  • SSH (22), DB (3306/5432/1433), admin (3389) ports open to 0.0.0.0/0
  • S3 buckets with public ACLs or missing access blocks
  • RDS with publicly_accessible = true
  • EBS volumes and RDS missing encryption
  • Missing deletion_protection and prevent_destroy
  • skip_final_snapshot = true

Returns an A-F grade. No installation, no signup.
URL: https://releaserun.com/tools/terraform-security/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shuaibiyy/awesome-tf/pull/332 **Author:** [@Matheus-RR](https://github.com/Matheus-RR) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@chenrui333](https://github.com/chenrui333) **Base:** `master` ← **Head:** `add-terraform-security-scanner` --- ### 📝 Commits (1) - [`7e1b1d6`](https://github.com/shuaibiyy/awesome-tf/commit/7e1b1d6237d747e092483a7f31b884ee5d910115) feat: add ReleaseRun Terraform Security Scanner ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Free browser-based Terraform security scanner. Paste a `.tf` file and check for: - Hardcoded AWS/GCP credentials in provider blocks - SSH (22), DB (3306/5432/1433), admin (3389) ports open to 0.0.0.0/0 - S3 buckets with public ACLs or missing access blocks - RDS with `publicly_accessible = true` - EBS volumes and RDS missing encryption - Missing `deletion_protection` and `prevent_destroy` - `skip_final_snapshot = true` Returns an A-F grade. No installation, no signup. URL: https://releaserun.com/tools/terraform-security/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 17:40:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tf#2467