Terraform Risk Assessor
Version updated for https://github.com/Liam-Johnston/terraform-risk-assessor to version v1.5.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Terraform Risk Assessor GitHub Action automates the process of analyzing Terraform plan changes for potential risks using AI models like OpenAI, Anthropic, or Gemini. It evaluates resource modifications, assigns risk levels (e.g., critical, high, medium, low, info), and posts a detailed summary as a comment on pull requests. This action helps teams identify and address potentially impactful infrastructure changes early in the CI workflow, improving security and stability.
What’s Changed
- chore(release): 1.5.0 (5dbcf5b)
- feat: bump action-gh-release version (75cd5a1)
- chore(release): 1.4.0 (823c6fb)
- feat: token usage logging (5d70208)
- chore(release): 1.3.0 (3e5350f)
- feat: updated version in readme (694c7ff)
- chore(release): 1.2.1 (75bcfe0)
- fix: module (8896583)
- chore(release): 1.2.0 (d143f60)
- feat: ai installation instructions (8070377)