Skip to content

Commit

Permalink
use Azure k8s Linter
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Aug 26, 2024
1 parent 092d44b commit 62399c5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
with:
config_file: .yamllint.yml
strict: true
- name: Scan repo with kube-linter
uses: stackrox/kube-linter-action@v1.0.4
- uses: azure/setup-kubectl@v4
- name: Azure K8s Linter
uses: azure/k8s-lint@v3
with:
directory: apps
config: ./.kube-linter.yml
format: sarif
output-file: kube-linter.sarif
lintType: dryrun
manifests: apps
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62399c5

Please sign in to comment.