mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Update local installation instructions by removing the details for Go 1.16
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
5d837bcaab
commit
d9071e359b
1 changed files with 0 additions and 8 deletions
|
@ -113,18 +113,10 @@ jobs:
|
||||||
|
|
||||||
### Local Installation
|
### Local Installation
|
||||||
|
|
||||||
#### Go 1.16+
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install github.com/securego/gosec/v2/cmd/gosec@latest
|
go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Go version < 1.16
|
|
||||||
|
|
||||||
```bash
|
|
||||||
go get -u github.com/securego/gosec/v2/cmd/gosec
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Gosec can be configured to only run a subset of rules, to exclude certain file
|
Gosec can be configured to only run a subset of rules, to exclude certain file
|
||||||
|
|
Loading…
Reference in a new issue