moisestapia/TMAC – Threat Modeling as Code

Run a CI-native STRIDE delta scan against changed Terraform files, publish a PR comment with the findings summary, and upload the report artifact.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dirDirectory to scan (relative to the workspace root). Accepts any path string relative to $GITHUB_WORKSPACE. no.
fail-onSeverity threshold for a non-zero exit code. Accepted values: critical, high, medium, low. nohigh
delta-onlyRestrict analysis to the .tf files changed in this pull request. Accepted values: true, false. notrue
commentPublish a PR comment with the findings summary. Accepted values: true, false. notrue
report-formatOutput format for the generated report artifact. Accepted values: Markdown, html, json. noMarkdown
outputOutput file path for the report (relative to the workspace root). Defaults to the standard workspace output location when omitted. no""

no outputs