Skip to content

Commit

Permalink
lint(rand): Fix gosec warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jun 25, 2024
1 parent c218c7b commit 0cc9748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rand/rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
)

//nolint:gochecknoglobals
//nolint:gochecknoglobals,gosec
var Rand = rand.New(cryptoSource{})

func ShuffleSlice[T any](s []T) []T {
Expand Down

0 comments on commit 0cc9748

Please sign in to comment.