Co-Authored-By: Teppei Fukuda <knqyf263@gmail.com>
This commit is contained in:
Itay Shakury
2019-10-11 21:00:02 +03:00
committed by GitHub
parent 6f9c4aa2e0
commit 959e43d8f9

View File

@@ -24,4 +24,4 @@ Trivy is composed of several different repositories that work togeather:
- [Trivy](https://github.com/aquasecurity/trivy) is the client side, user facing, command line tool.
- [vuln-list](https://github.com/aquasecurity/vuln-list) is a vulnerabilities database, aggregated from different sources, and normalized for easy consumption. This of this as the "server" side of the trivy command line tool. **There should be no pull requests to this repo**
- [vuln-list-update](https://github.com/aquasecurity/vuln-list-update) is the code that maintains the vuln-list database.
- [funnel](https://github.com/aquasecurity/funnel) is a library for extracting system information containers. It is being used by trivy to find testable subjects in the container image.
- [fanal](https://github.com/aquasecurity/fanal) is a library for extracting system information containers. It is being used by trivy to find testable subjects in the container image.