step-security/StepSecurity Maintained Read File Action
Reads a file and exposes its contents as a step output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the file to read | yes | — |
| trim | Trim leading and trailing whitespace from the file contents | no | false |
Outputs
| name | description |
|---|---|
| content | The full contents of the file |