{"id":19622495,"url":"https://github.com/instrumenta/kubeval-action","last_synced_at":"2025-04-28T03:32:36.448Z","repository":{"id":37543338,"uuid":"203031341","full_name":"instrumenta/kubeval-action","owner":"instrumenta","description":"A GitHub Action for using Kubeval","archived":false,"fork":false,"pushed_at":"2020-09-01T09:06:30.000Z","size":1,"stargazers_count":31,"open_issues_count":8,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T18:56:56.902Z","etag":null,"topics":["actions","instrumenta","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instrumenta.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":"2019-08-18T16:43:06.000Z","updated_at":"2024-02-16T07:48:19.000Z","dependencies_parsed_at":"2022-07-22T05:01:53.788Z","dependency_job_id":null,"html_url":"https://github.com/instrumenta/kubeval-action","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"5915e4adba5adccac07cb156b82e54c3fed74921"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumenta%2Fkubeval-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumenta%2Fkubeval-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumenta%2Fkubeval-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumenta%2Fkubeval-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instrumenta","download_url":"https://codeload.github.com/instrumenta/kubeval-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251246394,"owners_count":21558762,"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","instrumenta","kubernetes"],"created_at":"2024-11-11T11:28:04.660Z","updated_at":"2025-04-28T03:32:31.438Z","avatar_url":"https://github.com/instrumenta.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubeval\n\nA [GitHub Action](https://github.com/features/actions) for using [Kubeval](https://github.com/instrumenta/kubeval) in your workflows.\n\nYou can use the action as follows:\n\n```yaml\non: push\nname: Validate\njobs:\n  kubeval:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: test\n      uses: instrumenta/kubeval-action@master\n```\n\nBy default the action will recursively scan for YAML files and validate them as Kubernetes obejcts. You can configure this with the parameters.\n\nThe Kubeval Action has a number of properties which map to the parameters for Kubeval itself. These are\npassed to the action using `with`.\n\n| Property | Default | Description |\n| --- | --- | --- |\n| files | . | Which files or directories to validate |\n| output | stdout | How to format the output from Conftest (stdout, json or tap) |\n| openshift | false | Whether or not to use the OpenShift schemas rather than the upstread Kubernetes ones |\n| strict | true | Whether ot not to fail for additional properties in objects |\n| ignore_missing_schemas | true | Whether to fail if unknown resources are found |\n| version | master | Which version of Kubernetes to validate against |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumenta%2Fkubeval-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstrumenta%2Fkubeval-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumenta%2Fkubeval-action/lists"}