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 393702c commit 7e2d446Copy full SHA for 7e2d446
.semgrep.yml
kube_templates/daemonset.yaml
@@ -15,7 +15,7 @@ spec:
15
serviceAccountName: firetail-ebpf-sa
16
hostNetwork: true
17
containers:
18
- - name: firetail-ebpf-daemonset
+ - name: firetail-ebpf-daemonset # nosemgrep: yaml.kubernetes.security.privileged-container.privileged-container
19
image: ghcr.io/firetail-io/kubernetes-sensor:v0.1.5
20
imagePullPolicy: IfNotPresent
21
securityContext:
0 commit comments