An open API service indexing awesome lists of open source software.

https://github.com/onzack/kube-scout

Vulnerability Management Tool for Kubernetes and Containers
https://github.com/onzack/kube-scout

container-security docker kubernetes

Last synced: about 1 month ago
JSON representation

Vulnerability Management Tool for Kubernetes and Containers

Awesome Lists containing this project

README

        

# kube-scout
A tool to visualize and manage vulnerabilities in Docker Images, Kubernetes Clusters and Kubernetes Cluster Nodes.
Tools for scanning like aquasecurity/kube-hunter or aquasecurity/trivy are already available and also offer json as output.
The idea is to save that json output in a MongoDB, visualize it with a custom web application and add information like comments.

# Idea
![A Sample Graph for visualization ](https://github.com/onzack/kube-scout/blob/main/kube-scout.png)

This project is new, more and detailed information will follow in the future.

# Update
This project is paused in favor of this project: [onzack/rkm](https://github.com/onzack/rkm)

# Licence
Copyright 2021 ONZACK AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.