You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/openshift/resources/imageanalyzer/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ spec:
59
59
| imageAnalyzerConfig.priorityClass.name | (optional) Set to avoid pod evictions due to resource limits. |
60
60
| imageAnalyzerConfig.exclusions.registries | (optional) Set the value as a list of registries to be excluded. All images in that registry(s) will be excluded |
61
61
| imageAnalyzerConfig.exclusions.namespaces | (optional) Set the value as a list of namespaces to be excluded. All pods in that namespace(s) will be excluded |
62
+
| imageAnalyzerConfig.exclusions.imageNames | (optional) Set the value as a list of fully qualified image names to be excluded. |
62
63
| imageAnalyzerConfig.imagePullPolicy | (optional) Configure the image pull policy of the Falcon Image Analyzer |
63
64
| imageAnalyzerConfig.imagePullSecrets | (optional) Configure the image pull secrets of the Falcon Image Analyzer |
64
65
| imageAnalyzerConfig.registryConfig.credentials | (optional) Use this to provide registry secrets in the form of a list of maps. e.g.<pre>- namespace: ns1<br> secretName: mysecretname</pre>To scan OpenShift control plane components, specify the cluster's pull secret: <pre>- namespace: openshift-config<br> secretName: pull-secret</pre> |
Copy file name to clipboardExpand all lines: docs/resources/imageanalyzer/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ spec:
59
59
| imageAnalyzerConfig.priorityClass.name | (optional) Set to avoid pod evictions due to resource limits. |
60
60
| imageAnalyzerConfig.exclusions.registries | (optional) Set the value as a list of registries to be excluded. All images in that registry(s) will be excluded |
61
61
| imageAnalyzerConfig.exclusions.namespaces | (optional) Set the value as a list of namespaces to be excluded. All pods in that namespace(s) will be excluded |
62
+
| imageAnalyzerConfig.exclusions.imageNames | (optional) Set the value as a list of fully qualified image names to be excluded. |
62
63
| imageAnalyzerConfig.imagePullPolicy | (optional) Configure the image pull policy of the Falcon Image Analyzer |
63
64
| imageAnalyzerConfig.imagePullSecrets | (optional) Configure the image pull secrets of the Falcon Image Analyzer |
64
65
| imageAnalyzerConfig.registryConfig.credentials | (optional) Use this to provide registry secrets in the form of a list of maps. e.g.<pre>- namespace: ns1<br> secretName: mysecretname</pre>To scan OpenShift control plane components, specify the cluster's pull secret: <pre>- namespace: openshift-config<br> secretName: pull-secret</pre> |
Copy file name to clipboardExpand all lines: docs/src/resources/imageanalyzer.md.tmpl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ spec:
59
59
| imageAnalyzerConfig.priorityClass.name| (optional) Set to avoid pod evictions due to resource limits.|
60
60
| imageAnalyzerConfig.exclusions.registries| (optional) Set the value as a list of registries to be excluded. All images in that registry(s) will be excluded |
61
61
| imageAnalyzerConfig.exclusions.namespaces| (optional) Set the value as a list of namespaces to be excluded. All pods in that namespace(s) will be excluded |
62
+
| imageAnalyzerConfig.exclusions.imageNames| (optional) Set the value as a list of fully qualified image names to be excluded.|
62
63
| imageAnalyzerConfig.imagePullPolicy| (optional) Configure the image pull policy of the Falcon Image Analyzer |
63
64
| imageAnalyzerConfig.imagePullSecrets| (optional) Configure the image pull secrets of the Falcon Image Analyzer |
64
65
| imageAnalyzerConfig.registryConfig.credentials| (optional) Use this to provide registry secrets in the form of a list of maps. e.g.<pre>- namespace: ns1<br> secretName: mysecretname</pre>To scan OpenShift control plane components, specify the cluster's pull secret: <pre>- namespace: openshift-config<br> secretName: pull-secret</pre> |
0 commit comments