1
0
mirror of https://github.com/stackrox/kube-linter-action.git synced 2026-07-13 11:51:38 +00:00

Initial commit

This commit is contained in:
Neil Carpenter
2020-12-02 14:42:20 -05:00
parent d4babd5431
commit 5a3cddb9d1
4 changed files with 101 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
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 repo
id: kube-lint-repo
uses: stackrox/kube-linter-action@v0.0.1
with:
directory: yamls
config: .kube-linter/config.yaml