Skip to content

Commit

Permalink
chore(lint): remove ignoring gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
nowNick committed Nov 21, 2024
1 parent 9838628 commit 87752f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong2kic/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func createIngressPaths(
if *servicePort > 65535 || *servicePort < 0 {
log.Fatalf("Port %d is not within the valid range. Please provide a port between 0 and 65535.\n", *servicePort)
}
//nolint: gosec
backend.Service.Port.Number = int32(*servicePort)
}
paths = append(paths, k8snetv1.HTTPIngressPath{
Expand Down

0 comments on commit 87752f1

Please sign in to comment.