ryanwholey/Remote Tflint Config
Fetches a remote tflint configuration for local use
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | The repository to copy a tflint configuration from | yes | — |
| source-path | The directory in the remote repo where the configuration exists | — | . |
| source-filename | The source filename | — | .tflint.hcl |
| source-ref | Ref or branch of the remote repository to target | — | main |
| destination-path | Directory to write the config file | — | ${{ runner.temp }} |
| destination-filename | Name of the configuration file to be written | — | .tflint.hcl |
| token | Github access token, required for private repositories | no | — |
Outputs
| name | description |
|---|---|
| path | The tflint configuration file path |