darrenrabbs/AI Sec Linter
Run the AI Sec linter for Terraform and Kubernetes configurations to identify security issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| infra_dir | Path to the infrastructure directory to lint. | yes | — |
| config_path | Path to the config.yaml file. Defaults to './config/config.yaml'. | no | ./config/config.yaml |
| openai_api_token | OpenAI API token for optional insights. | no | "" |
| fail_on_critical | Whether to fail the job on critical issues. | no | true |
| fail_on_high | Whether to fail the job on high issues. | no | false |
| fail_on_medium | Whether to fail the job on medium issues. | no | false |
| github_token | Optional GitHub token for deploying static reports to GitHub Pages. | no | "" |
Outputs
no outputs