From c0f92c725e882f3db8fdb3a10d682eb94fb3b3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 12:36:19 +0200 Subject: [PATCH] Bump stackrox/kube-linter-action from 1.0.6 to 1.0.7 (#32) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/kube-linter-sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kube-linter-sample.yml b/.github/workflows/kube-linter-sample.yml index 849dcc1..14c71b3 100644 --- a/.github/workflows/kube-linter-sample.yml +++ b/.github/workflows/kube-linter-sample.yml @@ -19,7 +19,7 @@ jobs: run: mkdir -p ../results - name: Scan yaml files with kube-linter - uses: stackrox/kube-linter-action@v1.0.6 + uses: stackrox/kube-linter-action@v1.0.7 id: kube-linter-action-scan with: # Adjust this directory to the location where your kubernetes resources and helm charts are located.