-
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 CBL-Mariner * docs: put it into a single page
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## CBL-Mariner | ||
Trivy scans [CBL-Mariner][mariner]. | ||
|
||
### Support | ||
The following table provides an outline of the features Trivy offers. | ||
|
||
| Version | Container image | Virtual machine | Distroless | Multi-arch | Unfixed support | | ||
|---------|:---------------:|:---------------:|:----------:|:------------:|:---------------:| | ||
| 1.0 | ✔ | ✔ | | amd64, arm64 | ✔ | | ||
| 2.0 | ✔ | ✔[^1] | | amd64, arm64 | ✔ | | ||
|
||
[^1]: It is supposed to work, but we've not tested it yet. | ||
|
||
### Examples | ||
|
||
``` | ||
$ trivy image cblmariner.azurecr.io/base/core:1.0 | ||
2022-01-31T15:02:27.754+0200 INFO Detected OS: cbl-mariner | ||
2022-01-31T15:02:27.754+0200 INFO Detecting CBL-Mariner vulnerabilities... | ||
2022-01-31T15:02:27.757+0200 INFO Number of language-specific files: 0 | ||
cblmariner.azurecr.io/base/core:1.0 (cbl-mariner 1.0.20220122) | ||
============================================================== | ||
Total: 14 (UNKNOWN: 0, LOW: 0, MEDIUM: 5, HIGH: 4, CRITICAL: 5) | ||
``` | ||
|
||
### Data source | ||
See [here][source]. | ||
|
||
[mariner]: https://github.com/microsoft/CBL-Mariner | ||
[source]: detection/data-source.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