From 5ae3bc8d23d6dc83578d1988ef8fbbe6de8f8815 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Tue, 18 Oct 2022 15:44:39 +0530 Subject: [PATCH] ignore gosec --- gql/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gql/util.go b/gql/util.go index a2747f80..b080b662 100644 --- a/gql/util.go +++ b/gql/util.go @@ -166,6 +166,7 @@ func GetGQLAuction(auction *auctiontypes.Auction, bids []*auctiontypes.Bid) (*Au func getReferences(ctx context.Context, resolver QueryResolver, r *nstypes.RecordType) ([]*Record, error) { var ids []string + // #nosec G705 for key := range r.Attributes { //nolint: all switch r.Attributes[key].(type) {