UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 59589767 authored by Brett Charrier's avatar Brett Charrier
Browse files

updated justifications

parent 7816c987
No related branches found
No related tags found
No related merge requests found
Pipeline #1255952 failed
......@@ -74,14 +74,6 @@ violations: # Try to keep this in alpha order to make it easier to find keys
{{- end }}
{{- end }}
{{- if .Values.neuvector.enabled }}
bannedImageTags:
parameters:
excludedResources:
# Neuvector scanner pods must run the most up to date version in order to have up to date CVE lists
- neuvector/neuvector-scanner-pod.*
{{- end }}
{{- if .Values.twistlock.enabled }}
hostNetworking:
parameters:
......
......@@ -72,16 +72,6 @@ policies:
disallow-image-tags:
enabled: true
validationFailureAction: enforce
{{- if .Values.neuvector.enabled }}
# Neuvector scanner pods must run the most up to date version in order to have up to date CVE lists
exclude:
any:
- resources:
namespaces:
- neuvector
names:
- neuvector-scanner-pod*
{{- end }}
disallow-istio-injection-bypass:
enabled: {{ .Values.istio.enabled }}
......@@ -493,9 +483,9 @@ policies:
{{- if .Values.neuvector.enabled }}
# Neuvector mounts the following hostPaths:
# `/var/neuvector`: for Neuvector's buffering and persistent state
# `/var/run`:
# `/proc`:
# `/sys/fs/cgroup`:
# `/var/run`: communication to docker daemon
# `/proc`: monitoring of proccesses for malicious activity
# `/sys/fs/cgroup`: important files the controller wants to monitor for malicious content
- resources:
namespaces:
- neuvector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment