damacus/Check Chef Cookbook Metadata
A GitHub Action to check cookbook metadata is correct.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| maintainer_email | Maintainer email | no | help@sous-chefs.org |
| maintainer | Desired name of the maintainer | no | Sous Chefs |
| license | A SPDX licence | no | Apache-2.0 |
| file_path | Path to the metadata.rb file | no | metadata.rb |
| report_checks | Report the result as a check | no | true |
| comment_on_pr | Comment on the PR with the result | no | true |
| mandatory_fields | Comma-separated list of mandatory fields | no | version,chef_version,supports |
Outputs
| name | description |
|---|---|
| cookbooks | A JSON string representing an array of validated cookbook objects. |
| cookbook-name | The name of the cookbook (if exactly one cookbook was found). |
| cookbook-version | The version of the cookbook (if exactly one cookbook was found). |