Skip to content

Commit

Permalink
Exclude insecure rand sources checks (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerfcsantos authored Jan 29, 2024
1 parent d81529f commit 715c570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ linters-settings:
sizeThreshold: 384
gofmt:
simplify: true
gosec:
excludes:
- G404 # Insecure random number source (rand)

0 comments on commit 715c570

Please sign in to comment.