mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
1.9 KiB
1.9 KiB
Others
In this section we have placed images, package managers and files that we can't assign to existing sections.
Trivy supports them for
Supported elements
| Element | File | Image1 | Rootfs2 | Filesystem3 | Repository4 |
|---|---|---|---|---|---|
| Bitnami packages | /opt/bitnami/<component>/.spdx-<component>.spdx |
✅ | ✅ | - | - |
| Conda | <conda-root>/envs/<env>/conda-meta/<package>.json |
✅ | ✅ | - | - |
environment.yml |
- | - | ✅ | ✅ | |
| Root.io images | - | ✅ | ✅ | - | - |
| Seal Security | - | ✅ | ✅ | - | - |
| RPM Archives | *.rpm |
✅5 | ✅5 | ✅5 | ✅5 |
-
✅ means "enabled" and
-means "disabled" in the image scanning ↩︎ -
✅ means "enabled" and
-means "disabled" in the rootfs scanning ↩︎ -
✅ means "enabled" and
-means "disabled" in the filesystem scanning ↩︎ -
✅ means "enabled" and
-means "disabled" in the git repository scanning ↩︎ -
Only if the
TRIVY_EXPERIMENTAL_RPM_ARCHIVEenv is set. ↩︎