aquasecurity/Run tfsec PR commenter
Runs tfsec and adds comments to the PR where checks have failed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | yes | — |
| working_directory | Directory to run the action on, from the repo root. Default is . (root of the repository) | no | . |
| tfsec_version | The version of tfsec to use, defaults to latest | no | latest |
| tfsec_args | Space-separated args specified here will be added during tfsec execution. (e.g. --force-all-dirs --verbose) | no | — |
| tfsec_formats | Comma-separated formats specified here will be output in addition to json. (e.g. sarif,csv) | no | — |
| commenter_version | The version of the PR commenter code to run, defaults to latest | no | latest |
| soft_fail_commenter | If set to `true` will silently comment without breaking the build | no | — |
Outputs
| name | description |
|---|---|
| tfsec-return-code | tfsec command return code |