-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add general coverage page (#3859)
- Loading branch information
Showing
5 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Scanning Coverage | ||
|
||
Trivy can detect security issues in many different platforms and languages. This page gives a general overview of that coverage, and can help answer the frequently asked question "Does Trivy support X?". For more detailed information about the specific features and options, check the relevant scanner documentation. | ||
|
||
## Vulnerabilities & SBOM | ||
|
||
### Programming languages | ||
Trivy detects code dependencies for the purpose of SBOM generation and vulnerability detection. The following programming languages have some level of support: | ||
|
||
- Ruby | ||
- Python | ||
- PHP | ||
- Node.js | ||
- .NET | ||
- Java | ||
- Go | ||
- Rust | ||
- C/C++ | ||
- Elixir | ||
- Dart | ||
- Swift | ||
|
||
Some features might be not be universally supported. For a full supportability matrix, [see here](../docs/scanner/vulnerability/language/index.md). | ||
|
||
### OS | ||
Trivy detects installed packages for the purpose of vulnerability detection. The following package managers are supported: | ||
|
||
- Alpine Linux | ||
- Wolfi Linux | ||
- Chainguard | ||
- Red Hat Universal Base Image | ||
- Red Hat Enterprise Linux | ||
- CentOS | ||
- AlmaLinux | ||
- Rocky Linux | ||
- Oracle Linux | ||
- CBL-Mariner | ||
- Amazon Linux | ||
- openSUSE Leap | ||
- SUSE Enterprise Linux | ||
- Photon OS | ||
- Debian GNU/Linux | ||
- Ubuntu | ||
- Distroless | ||
|
||
Some features might be not be universally supported. For a full supportability matrix, [see here](../docs/scanner/vulnerability/os.md). | ||
|
||
## IaC & configuration | ||
Trivy reads IaC & configuration languages for the purpose of misconfiguration detection and custom checks. | ||
|
||
- Kubernetes | ||
- Dockerfile, Containerfile | ||
- Terraform | ||
- CloudFormation | ||
- Azure ARM Template | ||
- Helm Chart | ||
|
||
For more information about checks [see here](../docs/misconfiguration/policy/builtin.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters