Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
1franck committed Jan 30, 2024
1 parent 010c692 commit 5e53668
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,32 @@ It uses a [compiled](https://github.com/1franck/cvepack-database) version of [Gi
- [x] NuGet (.Net)
- [x] Maven (Java)

## Usage

#### Scan path(s)
### Scanner
#### scan Path(s)

```bash
cvepack scan <path1> [<path2> ...]
```

![scan_cmd.png](./screenshots/scan_cmd.png)

#### Scan github url(s) with -u/--url
#### scan GitHub url(s) with -u/--url

```bash
cvepack scan -u <url1> [<url2> ...]

ex: $ cvepack scan -u github.com/1franck/cvepack
```

#### Scan commands flags
#### scan commands flags
| Flag | Description |
| --- |----------------------------|
| -d, --details | Show CVE details |
| -u, --url | Scan GitHub repository url |
| -s, --silent | Silent mode |
| -o, --output | Result output file |

#### Search a package
### Search a package

```bash
cvepack search <package name>
Expand Down

0 comments on commit 5e53668

Please sign in to comment.