telefonica/Check SPDX Headers
GitHub Action to check that all files have the correct SPDX headers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rules | List of rules expressed as a YAML string | no | — |
| ignore | Glob pattern or list of glob patterns to ignore in all rules expressed as a YAML string | no | — |
| log | Log level | no | info |
| fail-on-not-valid | Fail the action (exit with code 1) if the check is not valid | — | true |
| reporter | Reporter to use | no | text |
| config | Configuration object expressed as a YAML string | no | — |
| config-file | Path to a configuration file | — | check-spdx-headers.config.yml |
Outputs
| name | description |
|---|---|
| valid | Whether the check passed or not |
| report | A report containing the results of the check |