Skip to content

Commit

Permalink
Merge pull request #394 from dell/usr/suryagupta4/gosec-fix
Browse files Browse the repository at this point in the history
Gosec CWE fix
  • Loading branch information
rishabhatdell authored Dec 24, 2024
2 parents 20addb1 + e2adadd commit 8914c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csireverseproxy/pkg/k8sutils/k8sutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (utils *K8sUtils) StartInformer(callback func(UtilsInterface, *corev1.Secre
}
callback(utils, newSecret)
},
})
}) // #nosec G104

utils.InformerFactory.Start(utils.stopCh)
return nil
Expand Down

0 comments on commit 8914c88

Please sign in to comment.