-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
- Loading branch information
1 parent
461a68a
commit de523ff
Showing
3 changed files
with
41 additions
and
14 deletions.
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,28 @@ | ||
# Others | ||
|
||
In this section we have placed images, package managers and files that we can't assign to existing sections. | ||
|
||
Trivy supports them for | ||
|
||
- [SBOM][sbom] | ||
- [Vulnerabilities][vuln] | ||
- [Licenses][license] | ||
|
||
## Supported elements | ||
|
||
| Element | File | Image[^1] | Rootfs[^2] | Filesystem[^3] | Repository[^4] | | ||
|--------------------------------|-----------------------------------------------------|:---------:|:----------:|:--------------:|:--------------:| | ||
| [Bitnami packages](bitnami.md) | `/opt/bitnami/<component>/.spdx-<component>.spdx` | ✅ | ✅ | - | - | | ||
| [Conda](conda.md) | `<conda-root>/envs/<env>/conda-meta/<package>.json` | ✅ | ✅ | - | - | | ||
| | `environment.yml` | - | - | ✅ | ✅ | | ||
| [RPM Archives](rpm.md) | `*.rpm` | ✅[^5] | ✅[^5] | ✅[^5] | ✅[^5] | | ||
|
||
[sbom]: ../../supply-chain/sbom.md | ||
[vuln]: ../../scanner/vulnerability.md | ||
[license]: ../../scanner/license.md | ||
|
||
[^1]: ✅ means "enabled" and `-` means "disabled" in the image scanning | ||
[^2]: ✅ means "enabled" and `-` means "disabled" in the rootfs scanning | ||
[^3]: ✅ means "enabled" and `-` means "disabled" in the filesystem scanning | ||
[^4]: ✅ means "enabled" and `-` means "disabled" in the git repository scanning | ||
[^5]: Only if the `TRIVY_EXPERIMENTAL_RPM_ARCHIVE` env is set. |
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