Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFGuard Security Scanner 🛡️

Automated Terraform security policy checking for your GitHub CI/CD pipelines.

🚀 Overview

TFGuard helps you identify and fix security vulnerabilities in your Infrastructure-as-Code before deployment. This repository contains the official GitHub Actions for the TFGuard platform.

🟢 Standard Tier (Free)

Ideal for personal projects and small teams.

  • 50 requests/hour
  • Core AWS/Azure Rules

Usage

- name: TFGuard Standard Scan
  uses: sandipan1988/tfguard-action@v1
  with:
    api-key: ${{ secrets.TFGUARD_API_KEY }}

🟡 Premium Tier (Paid)

Enterprise-grade scanning for multi-cloud environments.

  • 10,000 requests/hour
  • Full GCP, OCI, Azure, and AWS Support

Usage

- name: TFGuard Premium Scan
  uses: sandipan1988/tfguard-action/premium@v1
  with:
    api-key: ${{ secrets.TFGUARD_API_KEY }}

⚙️ Configuration

Input Description Default Required
api-key Your TFGuard API Key from tfgaurd.com - Yes
target-dir Directory to scan for .tf files . No
fail-on-critical Fail if CRITICAL issues are found true No
fail-on-high Fail if HIGH issues are found false No

🤝 Support

See SUPPORT.md for help.

🔐 Privacy

See PRIVACY.md for our data handling policies.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages