ignore gosec

This commit is contained in:
0xmuralik
2022-10-18 15:36:34 +05:30
parent 944d2702b2
commit 24fad163b2
13 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"math/rand"
"math/rand" // #nosec G702
"github.com/gorilla/mux"
"github.com/grpc-ecosystem/grpc-gateway/runtime"