From c9af1515731a2be2410768dbda9772863e90036b Mon Sep 17 00:00:00 2001 From: Joey Freeland Date: Sat, 16 Jan 2021 16:46:02 -0800 Subject: [PATCH] chore: update sample --- sample/.github/workflows/kube-linter.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sample/.github/workflows/kube-linter.yml b/sample/.github/workflows/kube-linter.yml index 060a6f6..6418478 100755 --- a/sample/.github/workflows/kube-linter.yml +++ b/sample/.github/workflows/kube-linter.yml @@ -13,8 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Scan repo id: kube-lint-repo - uses: stackrox/kube-linter-action@v0.0.1 + uses: stackrox/kube-linter-action@v1.0.0 with: - directory: yamls - config: .kube-linter/config.yaml - + directory: yaml + #config: .kube-linter/config.yaml