Skip to content

Commit 715c570

Browse files
Exclude insecure rand sources checks (#2755)
1 parent d81529f commit 715c570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ linters-settings:
2828
sizeThreshold: 384
2929
gofmt:
3030
simplify: true
31+
gosec:
32+
excludes:
33+
- G404 # Insecure random number source (rand)

0 commit comments

Comments
 (0)