Skip to content

Commit

Permalink
docs: add CBL-Mariner (#1982)
Browse files Browse the repository at this point in the history
* docs: add CBL-Mariner

* docs: put it into a single page
  • Loading branch information
knqyf263 authored Apr 13, 2022
1 parent 1cf1873 commit d9bddb9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/docs/vulnerability/distributions.md
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
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ nav:
- Vulnerability DB: docs/vulnerability/examples/db.md
- Cache: docs/vulnerability/examples/cache.md
- Others: docs/vulnerability/examples/others.md
- Distributions: docs/vulnerability/distributions.md
- Languages:
- Go: docs/vulnerability/languages/golang.md
- Misconfiguration:
Expand Down

0 comments on commit d9bddb9

Please sign in to comment.