{"id":15046187,"url":"https://github.com/makocchi-git/actions-k8s-manifests-validate-kubeval","last_synced_at":"2025-10-26T07:31:15.110Z","repository":{"id":65160762,"uuid":"234209086","full_name":"makocchi-git/actions-k8s-manifests-validate-kubeval","owner":"makocchi-git","description":"A GitHub action for kubernetes yaml validation by using Kubeval","archived":false,"fork":false,"pushed_at":"2020-06-21T15:56:43.000Z","size":107,"stargazers_count":6,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:52:55.973Z","etag":null,"topics":["actions","kubernetes","kubeval","yaml"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makocchi-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-16T01:34:47.000Z","updated_at":"2023-03-24T01:09:59.000Z","dependencies_parsed_at":"2023-01-13T15:44:07.069Z","dependency_job_id":null,"html_url":"https://github.com/makocchi-git/actions-k8s-manifests-validate-kubeval","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"59deaa14f5ae3c6942ab4137d11a229cf55e00e6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makocchi-git%2Factions-k8s-manifests-validate-kubeval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makocchi-git%2Factions-k8s-manifests-validate-kubeval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makocchi-git%2Factions-k8s-manifests-validate-kubeval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makocchi-git%2Factions-k8s-manifests-validate-kubeval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makocchi-git","download_url":"https://codeload.github.com/makocchi-git/actions-k8s-manifests-validate-kubeval/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238284822,"owners_count":19446736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","kubernetes","kubeval","yaml"],"created_at":"2024-09-24T20:52:49.572Z","updated_at":"2025-10-26T07:31:14.802Z","avatar_url":"https://github.com/makocchi-git.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Validate Kubernetes manifests by kubeval\n\n[\u003cimg src=\"https://github.com/makocchi-git/actions-k8s-manifests-validate-kubeval/workflows/Perform checks/badge.svg\"/\u003e](https://github.com/makocchi-git/actions-k8s-manifests-validate/actions)\n\nValidate [Kubernetes](https://github.com/kubernetes/kubernetes) manifests in your repository.  \nThis action uses [Kubeval](https://kubeval.instrumenta.dev/) for validating.\n\n\u003cimg src=\"./img/check.png\" alt=\"sample comment\" width=\"80%\" /\u003e\n\n## Usage\n\n### Basic\n\n```yaml\n# .github/workflows/manifests-validation.yml\nname: Pull Request Check\n\non: [pull_request]\n\njobs:\n  validation:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: validate manifests in dir1 and dir2\n        uses: makocchi-git/actions-k8s-manifests-validate-kubeval@1.0.0\n        with:\n          files: dir1,dir2\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Input parameters\n\n| Parameter                | Description                                                      | Default  |\n| ------------------------ | ---------------------------------------------------------------- | -------- |\n| `files`                  | Files or directories to validate                                 | `.`      |\n| `version`                | Version of Kubernetes to validate against                        | `master` |\n| `strict`                 | Whether to not to check for extra properties                     | `true`   |\n| `openshift`              | Whether to use the schemas from OpenShift rather than Kubernetes | `false`  |\n| `ignore_missing_schemas` | Whether or not to skip custom resources                          | `true`   |\n| `comment`                | Write validation details to pull request comments                | `true`   |\n| `token`                  | Github token for api. This is required if `comment` is true      | `\"\"`     |\n\n_NOTICE_: Currently kubeval does not support to ignore specify files in the target directories.\nSo when you set the `files` parameter to \".\"(default),\nyour action would say \"ERR  - .github/workflows/your_action.yml: Missing 'kind' key\".😥\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakocchi-git%2Factions-k8s-manifests-validate-kubeval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakocchi-git%2Factions-k8s-manifests-validate-kubeval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakocchi-git%2Factions-k8s-manifests-validate-kubeval/lists"}