1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00

Add -u to local install instructions (#595)

`-u` will ensure that users are updated the latest released version.

This way bugs are less likely to be reported that are already fixed.
This commit is contained in:
Jeff Widman 2021-04-16 00:50:10 -07:00 committed by GitHub
parent 7f2308bd85
commit 0695fa026e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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