Skip to content

Commit 4624537

Browse files
committed
fix README
Signed-off-by: kaizhe <[email protected]>
1 parent 5f7072e commit 4624537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This Git Action run security lint check against Kubernetes workloads when a PR i
4242
path: candidate
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
# 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
45+
- name: Kubernetes Security Lint
46+
uses: sysdiglabs/k8s-security-lint@v1.0.0
4747
with:
4848
sourceDir: '/master/yamls'
4949
targetDir: '/candidate/yamls'

0 commit comments

Comments
 (0)