Skip to content

Commit

Permalink
ci: change path for kubelinter
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaribe committed May 25, 2022
1 parent b553b62 commit a4d5865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kube-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
lint:
name: Kubescore
name: Kubelinter
runs-on: ubuntu-20.04
permissions:
actions: read
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Scan repo with kube-linter
uses: stackrox/[email protected]
with:
directory: kubernetes
directory: kubernetes/clusters
config: .github/linters/kubelinter.yaml
format: sarif
output-file: kube-linter.sarif

0 comments on commit a4d5865

Please sign in to comment.