actions-marketplace-validations/Load TFLint Config
Loads a TFlint configuration file from a remote GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | The repository from which the configuration will be copied | yes | — |
| source-path | Path to the configuration file in the remote repository | — | .tflint.hcl |
| source-ref | Ref or branch of the remote repository to target | — | — |
| destination-path | Path where configuration file will be written locally. (Default $HOME/.tflint.hcl) | — | — |
| token | Github personal access token, required for reading from private repositories | no | — |
Outputs
| name | description |
|---|---|
| path | The local path to the TFLint configuration file |