mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 09:57:02 +00:00
14 lines
No EOL
390 B
YAML
14 lines
No EOL
390 B
YAML
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 }}'] |