actions-marketplace-validations/tfsec action
Runs tfsec and outputs any failures
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working_directory | Directory to run the action on, from the repo root. Default is . (root of the repository) | no | . |
| version | The version of tfsec to use, defaults to latest | no | latest |
| format | the format of the output | no | default |
| additional_args | Space separated args specified here will be added during tfsec execution. (eg. --force-all-dirs --verbose) | no | — |
| soft_fail | If set to `true` the action step won't break the build | no | — |
| github_token | GitHub token used for making authenticated requests to the GitHub API, which helps avoid rate limiting | no | — |
Outputs
| name | description |
|---|---|
| tfsec-return-code | tfsec command return code |