1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-26 20:53:56 +02:00

Incorrect local installation instructions for v2

This commit is contained in:
Jamie Cuthill 2020-08-21 10:22:45 +01:00 committed by Cosmin Cojocar
parent f13b8bc639
commit 17c955519e

View File

@ -77,7 +77,7 @@ jobs:
### Local Installation
```bash
go get github.com/securego/gosec/cmd/gosec
go get github.com/securego/gosec/v2/cmd/gosec
```
## Usage