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
The repoaudit code has this verify variable that I believe is used to control whether to verify the ssl cert when making url requests. We should:
Better document this variable as I was unclear what it was used for
Expose it via the CLI so users can use it
It would be nice to somehow set it globally instead of passing it around from function to function. Maybe we could set up a single session and reuse it whenever making requests
The text was updated successfully, but these errors were encountered:
The repoaudit code has this
verify
variable that I believe is used to control whether to verify the ssl cert when making url requests. We should:The text was updated successfully, but these errors were encountered: