From 62590b7add8c49fe0fa7fb28a8b9d3ea44c8a4cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:39:44 +0000 Subject: [PATCH] Update stackrox/kube-linter-action action to v1.0.5 --- GitHub-Actions-KubeLinter/.github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHub-Actions-KubeLinter/.github/workflows/main.yml b/GitHub-Actions-KubeLinter/.github/workflows/main.yml index e4b7dd8..dcf9aea 100644 --- a/GitHub-Actions-KubeLinter/.github/workflows/main.yml +++ b/GitHub-Actions-KubeLinter/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: run: mkdir -p ../results - name: Scan yaml files with kube-linter - uses: stackrox/kube-linter-action@v1.0.4 + uses: stackrox/kube-linter-action@v1.0.5 id: kube-linter-action-scan with: # Adjust this directory to the location where your kubernetes resources and helm charts are located.