We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7072e commit 4624537Copy full SHA for 4624537
README.md
@@ -42,8 +42,8 @@ This Git Action run security lint check against Kubernetes workloads when a PR i
42
path: candidate
43
ref: ${{ github.event.pull_request.head.sha }}
44
# pass the yamls directory to k8s-privilege-check git action
45
-- name: K8s workload privilege escalation check
46
- uses: Kaizhe/k8s-privilege-check@v1.0.0
+- name: Kubernetes Security Lint
+ uses: sysdiglabs/k8s-security-lint@v1.0.0
47
with:
48
sourceDir: '/master/yamls'
49
targetDir: '/candidate/yamls'
0 commit comments