Update action (refactorings) (#5)

This commit is contained in:
msugakov
2021-05-10 17:57:13 +02:00
committed by GitHub
parent 0aa052e480
commit f269162ccb
8 changed files with 180 additions and 37 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Check Kubernetes YAMLs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Scan valid yaml with kube-linter
uses: stackrox/kube-linter-action@v1.0.2
with:
directory: sample/valid-yaml
config: sample/.kube-linter-config.yaml