actions-marketplace-validations/Red Hat Helm Chart Certifier
Action for Red Hat Helm Chart Certification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chart_uri | URI to Helm Chart to verify. This can be a path to the chart directory, or an http(s) URI. | yes | — |
| report_type | {all,annotations,digests,metadata,results} | yes | results |
| profile_name | Chart checks profile to run. See https://github.com/redhat-certification/chart-verifier/tree/main/config for a list of profiles. | no | — |
| profile_version | Version of profile_name to run. If profile_name is set but profile_version is not, the latest version is used. | no | — |
| verify_args | Extra arguments to pass to the 'verify' command. See 'chart-verifier verify --help' for more info. | no | — |
| fail | If true, exit with code 1 if at least one check is failed. Else, always exit with code 0 - ie, never fail the workflow step. | no | true |
Outputs
| name | description |
|---|---|
| report_file | Path to the file which contains the report. |
| report_info_file | Path to the file containing report information. |
| passed | Number of checks passed. |
| failed | Number of checks failed. |