Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
golangci: add gosec linter for security checking
Browse files Browse the repository at this point in the history
gosec analyzes Go source code to look for programming mistakes
that can lead to security issues.
  • Loading branch information
shashankram committed Oct 15, 2020
1 parent 225b1ee commit 426f982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linters:
- gofmt
- goimports
- golint
- gosec
- govet
- misspell
- unused
Expand Down

0 comments on commit 426f982

Please sign in to comment.