Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
docs(general): update list of tools and add compatibility data
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkacsandi committed Jul 25, 2024
1 parent 94c46f8 commit 20c50cc
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Join [VMClarity's Slack channel](https://outshift.slack.com/messages/vmclarity)
- [Why VMClarity?](#why-vmclarity)
- [Getting started](#getting-started)
- [Overview](#overview)
- [Architecture](#architecture)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
Expand Down Expand Up @@ -70,29 +71,35 @@ enabled/disabled on an individual basis. VMClarity normalizes, merges and
provides a robust visualization of the results from these various tools.

These tools include:

- SBOM Generation and Analysis
- [Syft](https://github.com/anchore/syft)
- [Trivy](https://github.com/aquasecurity/trivy)
- [Windows Registry](cli/analyzer/windows)
- [Windows Registry](cli/analyzer/windows)[^1]
- [Cyclonedx-gomod](https://github.com/CycloneDX/cyclonedx-gomod)
- Vulnerability detection
- [Grype](https://github.com/anchore/grype)
- [Trivy](https://github.com/aquasecurity/trivy)
- [KICS](https://github.com/Checkmarx/kics)
- Exploits
- [Go exploit db](https://github.com/vulsio/go-exploitdb)
- Secrets
- [gitleaks](https://github.com/gitleaks/gitleaks)
- Malware
- [ClamAV](https://github.com/Cisco-Talos/clamav)
- [YARA](https://github.com/virustotal/yara)
- Misconfiguration
- [Lynis](https://github.com/CISOfy/lynis)
- [Lynis](https://github.com/CISOfy/lynis)[^2]
- [CIS Docker Benchmark](https://github.com/goodwithtech/dockle)
- [KICS](https://github.com/Checkmarx/kics)
- Rootkits
- [Chkrootkit](https://github.com/Magentron/chkrootkit)
- Security scanning plugins
- [Plugins](plugins)
- [Chkrootkit](https://github.com/Magentron/chkrootkit)[^2]

[^1]: Windows only
[^2]: Linux and MacOS only

A high-level architecture overview is available [here](ARCHITECTURE.md)
# Architecture
A high-level architecture overview is available [here](ARCHITECTURE.md).

# Roadmap
VMClarity project roadmap is available [here](https://github.com/orgs/openclarity/projects/5/views/5).
Expand Down

0 comments on commit 20c50cc

Please sign in to comment.