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: README.md
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
## KubViz
28
28
29
-
Visualize Kubernetes & DevSecOps Workflows. Tracks changes/events real-time across your entire K8s clusters, git repos, container registries, etc. , analyzing their effects and providing you with the context you need to troubleshoot efficiently. Get the Observability you need, easily.
29
+
Visualize Kubernetes & DevSecOps Workflows. Tracks changes/events real-time across your entire K8s clusters, git repos, container registries, Container image Vulnerability scanning, misconfiguration, SBOM etc. , analyzing their effects and providing you with the context you need to troubleshoot efficiently. Get the Observability you need, easily.
30
30
31
31
## Table of Contents
32
32
-[How KubViz works](#how-kubviz-works)
@@ -50,7 +50,8 @@ KubViz offers a seamless integration with Git repositories, empowering you to ef
50
50
51
51
KubViz also monitors changes in your container registry, providing visibility into image updates. By tracking these changes, KubViz helps you proactively manage container security and compliance.
52
52
53
-
It comprehensively scans the kubernetes containers for the security flaws such as vulnerabilities and misconfigurations.
53
+
It comprehensively scans Kubernetes containers for security flaws, such as vulnerabilities and misconfigurations, and creates an SBOM (Software Bill of Materials).
2. Replace "<NATSIPAddress>" with the IP address of your NATS service **kubviz-client-nats-external**.
170
179
180
+
**NOTE:**
181
+
182
+
A time-based job scheduler is added for each plugins. They allow you to schedule and automate the execution of plugins at specific times, intervals. Each plugin execution can be configured to run at a precise time or at regular intervals.
183
+
171
184
#### How to Verify if Everything is Up and Running
172
185
173
186
After completing the installation of both the client and agent, you can use the following command to verify if they are up and running.
- Generate reports for Software Bill of Materials (SBOM) from images within your Kubernetes cluster using KubViz in the CycloneDX format. These reports will be available in JSON format.
0 commit comments