https://github.com/fredrkl/yaml-verification-githubaction-setup
Showing how to use github action for PR status check with Kubeval and conftest
https://github.com/fredrkl/yaml-verification-githubaction-setup
cncf-demo github-actions k8s kubeval validation yaml
Last synced: 2 months ago
JSON representation
Showing how to use github action for PR status check with Kubeval and conftest
- Host: GitHub
- URL: https://github.com/fredrkl/yaml-verification-githubaction-setup
- Owner: fredrkl
- License: other
- Created: 2022-08-24T15:36:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T04:31:01.000Z (over 1 year ago)
- Last Synced: 2026-03-27T06:31:25.577Z (3 months ago)
- Topics: cncf-demo, github-actions, k8s, kubeval, validation, yaml
- Language: Open Policy Agent
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAML verifications
This repository shows how to include status checks and YAML verification with [kubeval](https://www.kubeval.com/) and [conftest](https://www.conftest.dev/). The checks are running with GitHub actions.

## GitHub Actions
[](https://github.com/fredrkl/yamlverificationgithubaction/actions/workflows/validateYAML.yaml)