actions-marketplace-validations/Test tfsec PR commenter latest fix
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 seperated args specified here will be added during tfsec execution. (eg. --force-all-dirs --verbose) | 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 |