actions-marketplace-validations/Cache Validation
Creates MD5 hashes of the contents of a list of cached directories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A list of directories to validate | yes | — |
| cache_hit | A boolean value to indicate if a cache hit occurred. | yes | — |
| fatal | A boolean value to indicate if checksum errors should be treated as fatal errors. | no | — |
| remove_invalid_paths | A boolean value that when set to true causes a path to be recursively removed if it contains invalid files. | no | — |
| remove_invalid_files | A boolean value that when set to true causes invalid files in a path to be removed, valid files are always retained. | no | — |
| touch | A boolean value that when set to true recursively updates the modification and access times of each path. | no | — |
Outputs
| name | description |
|---|---|
| valid | A boolean value to indicate if all files exist and are valid. |