Skip to content

Commit

Permalink
Update local installation instructions by removing the details for Go…
Browse files Browse the repository at this point in the history
… 1.16

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Oct 23, 2023
1 parent 5d837bc commit d9071e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,10 @@ jobs:

### Local Installation

#### Go 1.16+

```bash
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

Gosec can be configured to only run a subset of rules, to exclude certain file
Expand Down

0 comments on commit d9071e3

Please sign in to comment.