mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
31 lines
1010 B
Markdown
31 lines
1010 B
Markdown
# MinimOS
|
|
Trivy supports these scanners for OS packages.
|
|
|
|
| Scanner | Supported |
|
|
| :-----------: | :-------: |
|
|
| SBOM | ✓ |
|
|
| Vulnerability | ✓ |
|
|
| License | ✓ |
|
|
|
|
The table below outlines the features offered by Trivy.
|
|
|
|
| Feature | Supported |
|
|
|:------------------------------------:|:---------:|
|
|
| Detect unfixed vulnerabilities | - |
|
|
| [Dependency graph][dependency-graph] | ✓ |
|
|
| End of life awareness | - |
|
|
|
|
## SBOM
|
|
Same as [Alpine Linux](alpine.md#sbom).
|
|
|
|
## Vulnerability
|
|
MinimOS offers its own security advisories, and these are utilized when scanning MinimOS for vulnerabilities.
|
|
Everything else is the same as [Alpine Linux](alpine.md#vulnerability).
|
|
|
|
### Data Source
|
|
See [here](../../scanner/vulnerability.md#data-sources).
|
|
|
|
## License
|
|
Same as [Alpine Linux](alpine.md#license).
|
|
|
|
[dependency-graph]: ../../configuration/reporting.md#show-origins-of-vulnerable-dependencies |