Skip to content

Commit 7a551f5

Browse files
authored
refactor: format with latest version of Prettier (#2902)
1 parent b56b519 commit 7a551f5

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,13 @@ A significant new feature is a rewritten, layer-aware container scanning support
449449
- OS/Distro the container is running on
450450

451451
This layer analysis leverages [OSV-Scalibr](https://github.com/google/osv-scalibr), and supports the following OSes and languages:
452+
452453
| Distro Support | Language Artifacts Support |
453454
| -------------- | -------------------------- |
454-
| Alpine OS | Go |
455-
| Debian | Java |
456-
| Ubuntu | Node |
457-
| | Python |
455+
| Alpine OS | Go |
456+
| Debian | Java |
457+
| Ubuntu | Node |
458+
| | Python |
458459

459460
Base image identification also leverages a new experimental API provided by https://deps.dev.
460461

docs/usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ repos:
187187
- "--recursive"
188188
- "." # replace with your chosen directory or lock file
189189

190-
191190
# Scan a container image. The `docker` command should be present in your PATH.
192191
# Using the `osv-scanner-docker` hook for this task is not supported. If you
193192
# need to do it with containers, use a system hook and run docker directly.
@@ -202,7 +201,6 @@ repos:
202201
- "--format=vertical"
203202
- "--verbosity=error"
204203
- "debian:trixie" # replace with your chosen image (the tag is mandatory)
205-
206204
```
207205
208206
## Running in a Docker Container

0 commit comments

Comments
 (0)