Skip to content

Commit

Permalink
Update README.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-artem authored Dec 17, 2022
1 parent f7f8dc9 commit 4cfd573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ as real git repositories.
#### Example

```bash
$ go run ./cmd/osv-scanner -r /path/to/your/dir
$ osv-scanner -r /path/to/your/dir
```

### Input an SBOM
Expand All @@ -84,7 +84,7 @@ auto-detected based on the input file contents.
#### Example

```bash
$ go run ./cmd/osv-scanner --sbom=/path/to/your/sbom.json
$ osv-scanner --sbom=/path/to/your/sbom.json
```

### Input a lockfile
Expand All @@ -109,7 +109,7 @@ A wide range of lockfiles are supported by utilizing this [lockfile package](htt
#### Example

```bash
$ go run ./cmd/osv-scanner --lockfile=/path/to/your/package-lock.json -L /path/to/another/Cargo.lock
$ osv-scanner --lockfile=/path/to/your/package-lock.json -L /path/to/another/Cargo.lock
```

### Scanning a Debian based docker image packages (preview)
Expand All @@ -125,7 +125,7 @@ This currently does not scan the filesystem of the Docker container, and has var
#### Example

```bash
$ go run ./cmd/osv-scanner --docker image_name:latest
$ osv-scanner --docker image_name:latest
```

## Configure OSV-Scanner
Expand Down

0 comments on commit 4cfd573

Please sign in to comment.