Bump golanglint-ci to 1.60.3

This commit is contained in:
Joshua Casey
2024-09-03 07:34:30 -05:00
parent f476259bbf
commit 08abff1cae
17 changed files with 32 additions and 27 deletions

View File

@@ -146,6 +146,7 @@ func (c *oidcClientWatcherController) updateStatus(
updated.Status.Phase = supervisorconfigv1alpha1.OIDCClientPhaseError
}
//nolint:gosec // looks like we are willing to accept the risk that there are less than 2147483647 dynamic clients
updated.Status.TotalClientSecrets = int32(totalClientSecrets)
if equality.Semantic.DeepEqual(upstream, updated) {