You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,6 +83,8 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
71
83
| <code>oci-registry</code> | OCI registry where to pull and push images | <code>ghcr.io</code> | **false** |
72
84
| <code>oci-registry-username</code> | Username used to log against the OCI registry.<br />See <https://github.com/docker/login-action#usage>. | <code>${{ github.repository_owner }}</code> | **false** |
73
85
| <code>oci-registry-password</code> | Password or personal access token used to log against the OCI registry.<br />Can be passed in using "secrets.GITHUB_TOKEN".<br />See <https://github.com/docker/login-action#usage>. | <code>${{ github.token }}</code> | **false** |
86
+
| <code>enable-lint</code> | Enable linting of the Helm chart.<br />See <https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md>. | <code>true</code> | **false** |
87
+
| <code>enable-test</code> | Enable testing of the Helm chart.<br />See <https://github.com/helm/chart-testing/blob/main/doc/ct_install.md>. | <code>true</code> | **false** |
0 commit comments