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
- Host: GitHub
- URL: https://github.com/onzack/kube-scout
- Owner: onzack
- License: apache-2.0
- Created: 2019-12-18T22:57:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T02:49:51.000Z (over 2 years ago)
- Last Synced: 2025-03-26T22:45:37.830Z (about 2 months ago)
- Topics: container-security, docker, kubernetes
- Language: Vue
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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 AGLicensed 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 athttp://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.