8000 GitHub - mojokb/kubeval-action: kubeval github action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mojokb/kubeval-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kubeval-action

A GitHub Action for using Kubeval in your workflows.

You can use the action as follows:

on: push
name: Validate
jobs:
  kubeval:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: test
      uses: mojokb/kubeval-action@master
Property Default Description
files . Which files or directories to validate
output stdout How to format the output from Conftest (stdout, json or tap)
ignore_missing_schemas true Whether to fail if unknown resources are found
schema_location https://raw.githubusercontent.com/mojokb/kubernetes-json-schema/master Base URL used to download schemas. Base URL contains the argo-workflow Schemas.

About

kubeval github action

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0