mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 01:47:02 +00:00
Add github action
This commit is contained in:
parent
e4f6eae348
commit
959ecc7260
1 changed files with 14 additions and 0 deletions
14
.github/action/action.yml
vendored
Normal file
14
.github/action/action.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: 'Kubeconform'
|
||||||
|
description: 'GitHub Action for Kubeconform'
|
||||||
|
author: 'Yann Hamon <yann+kubeconform@mandragor.org>'
|
||||||
|
branding:
|
||||||
|
icon: 'play'
|
||||||
|
color: 'purple'
|
||||||
|
inputs:
|
||||||
|
filenames:
|
||||||
|
description: 'Folders or filenames to verify'
|
||||||
|
required: true
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'docker://docker.pkg.github.com/yannh/kubeconform/kubeconform:latest'
|
||||||
|
args: ['${{ inputs.filenames }}']
|
||||||
Loading…
Reference in a new issue