You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -151,7 +151,7 @@ var policyPublishCmd = &cobra.Command{
151
151
log.Fatal().Err(err).Msg("could not install requirements")
152
152
}
153
153
154
-
log.Info().Str("space", opts.SpaceMrn).Msg("add policy bundle to space")
154
+
log.Info().Str("space", opts.SpaceMrn).Msg("add policy bundle to space")//nolint:staticcheck // SA1019: opts.SpaceMrn is deprecated but still used for backward compatibility
logClientInfo(opts.SpaceMrn, opts.AgentMrn, opts.ServiceAccountMrn)//nolint:staticcheck // SA1019: opts.SpaceMrn is deprecated but still used for backward compatibility
0 commit comments