Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,25 @@ sqlcmd -S $(terraform output -raw sql_server_fqdn) \

This project is licensed under the MIT License - see the LICENSE file for details.

### GitHub Actions Terraform Security Scanning

This project uses GitHub Actions with Terrascan to automatically scan Terraform configurations for security issues and best practices.

#### Security Scan Workflow

The workflow [`.github/workflows/terraform-scan.yml`](.github/workflows/terraform-scan.yml) runs automatically on:
- Push events affecting `.tf` files
- Pull requests affecting `.tf` files
- Manual triggers (workflow_dispatch)

#### Key Features
- Automated security scanning of Terraform configurations
- High and medium severity issue detection
- Detailed violation reporting
- Azure-specific security rules
- Artifact generation for scan results


```