Skip to content

Commit

Permalink
disable gosec for http server
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Dec 3, 2024
1 parent 7d5d1e3 commit 7359d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/common/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// InitTracer performs the initialization of the prometheus endpoint.
func InitTracer(logger *zap.Logger) *http.Server {

server := &http.Server{
server := &http.Server{ // nolint:gosec
Addr: ":2222",
}

Expand Down

0 comments on commit 7359d03

Please sign in to comment.