Skip to content

Commit

Permalink
update for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 committed Jan 9, 2025
1 parent ea0b30e commit 87fc50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/interlink/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func SetupTelemetry(ctx context.Context, serviceName string) (*sdktrace.TracerPr
Certificates: []tls.Certificate{cert},
RootCAs: certPool,
MinVersion: tls.VersionTLS12,
InsecureSkipVerify: insecureSkipVerify,
InsecureSkipVerify: insecureSkipVerify, // #nosec
}

creds := credentials.NewTLS(tlsConfig)
Expand Down

0 comments on commit 87fc50b

Please sign in to comment.