Update README docs

This commit is contained in:
abhisek 2023-03-23 17:22:43 +05:30
parent d63b920974
commit dccaa5b1ba
No known key found for this signature in database
GPG Key ID: CB92A4990C02A88F

View File

@ -53,6 +53,8 @@ To build from source, install using `go get`
go install github.com/safedep/vet@latest
```
### Binary Release
Alternatively, look at [Releases](https://github.com/safedep/vet/releases) for
a pre-built binary for your platform. [SLSA Provenance](https://slsa.dev/provenance/v0.1) is published
along with each binary release.
@ -83,6 +85,8 @@ Verify authentication token is valid
vet auth verify
```
### Basic Usage
Run `vet` to identify risks in a source repository
```bash