Skip to content

Commit d22b529

Browse files
committed
Update KubeLinter version to v0.7.6 in security scan workflow
1 parent c04db9b commit d22b529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
docker run --rm \
5656
-v "${{ github.workspace }}:/project" \
57-
ghcr.io/stackrox/kube-linter:v0.6.7 \
57+
ghcr.io/stackrox/kube-linter:v0.7.6 \
5858
lint /project/rendered.yaml | tee kubelinter.log
5959
6060
- name: Run Checkov

0 commit comments

Comments
 (0)