You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcp/website/blog/content/posts/osv-scanner-v2-beta1-is-ready/index.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,24 @@ A significant new feature is a rewritten, layer-aware container scanning support
20
20
- OS/Distro the container is running on
21
21
22
22
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
29
34
30
35
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.
31
36
32
37
33
38
For usage, run the new `scan image` command:
34
39
35
-
```
40
+
```bash
36
41
osv-scanner scan image <image-name>:<tag>
37
42
```
38
43
@@ -69,7 +74,7 @@ We’ve introduced a few new features for our Maven support:
69
74
70
75
The guided remediation support for Maven is only available in the non-interactive mode. For basic usage, run the following command:
0 commit comments