Skip to content

Commit f4ac002

Browse files
authored
docs(blog): update OSV-Scanner v2 beta blog post (#3096)
To fix some formatting issue.
1 parent 3be0a23 commit f4ac002

File tree

1 file changed

+13
-8
lines changed
  • gcp/website/blog/content/posts/osv-scanner-v2-beta1-is-ready

1 file changed

+13
-8
lines changed

gcp/website/blog/content/posts/osv-scanner-v2-beta1-is-ready/index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,24 @@ A significant new feature is a rewritten, layer-aware container scanning support
2020
- OS/Distro the container is running on
2121

2222
This layer analysis leverages [OSV-Scalibr](https://github.com/google/osv-scalibr), and supports the following OSes and languages:
23-
| Distro Support | Language Artifacts Support |
24-
| -------------- | -------------------------- |
25-
| Alpine OS | Go |
26-
| Debian | Java |
27-
| Ubuntu | Node |
28-
| | Python |
23+
24+
Distro Support:
25+
- Alpine OS
26+
- Debian
27+
- Ubuntu
28+
29+
Language Artifacts Support:
30+
- Go
31+
- Java
32+
- Node
33+
- Python
2934

3035
Base image identification also leverages a [new experimental API](https://docs.deps.dev/api/v3alpha/#querycontainerimages) provided by deps.dev. Check out their [technical blog post](https://blog.deps.dev/base-container-image/index.html) for details on how this data is collected and queried.
3136

3237

3338
For usage, run the new `scan image` command:
3439

35-
```
40+
```bash
3641
osv-scanner scan image <image-name>:<tag>
3742
```
3843

@@ -69,7 +74,7 @@ We’ve introduced a few new features for our Maven support:
6974

7075
The guided remediation support for Maven is only available in the non-interactive mode. For basic usage, run the following command:
7176

72-
```
77+
```bash
7378
osv-scanner fix --non-interactive --strategy=override -M path/to/pom.xml
7479
```
7580

0 commit comments

Comments
 (0)