mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
20 lines (19 loc) • 435 B
YAML
apiVersion: v1
kind: Pod
spec:
containers:
# ok: seccomp-confinement-disabled
- name: nginx
image: nginx
# ok: seccomp-confinement-disabled
- name: postgres
image: postgres
securityContext:
runAsUser: 1000
runAsGroup: 3000
fsGroup: 2000
# ruleid: seccomp-confinement-disabled
- name: redis
image: redis
securityContext:
seccompProfile: unconfined