1
0
mirror of https://github.com/stackrox/kube-linter-action.git synced 2026-07-17 21:58:09 +00:00
Files
kube-linter-action/sample/.github/workflows/kube-linter.yml
T
2021-01-16 16:46:02 -08:00

20 lines
375 B
YAML
Executable File

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@v1.0.0
with:
directory: yaml
#config: .kube-linter/config.yaml