fix linter paths
This commit is contained in:
parent
9909e7fa73
commit
602155cf53
@ -4,10 +4,10 @@ on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- "kubernetes/apps/**"
|
||||
- "kubernetes/apps/production/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "kubernetes/apps/**"
|
||||
- "kubernetes/apps/production/**"
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
@ -37,4 +37,4 @@ jobs:
|
||||
|
||||
- name: Scan yaml files with kube-linter
|
||||
run: |
|
||||
kube-linter lint ./kubernetes/apps --config kubelinter-config.yaml
|
||||
kube-linter lint ./kubernetes/apps/production --config kubelinter-config.yaml
|
||||
|
Reference in New Issue
Block a user