Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds update utils #101

Merged
merged 5 commits into from
Mar 14, 2023
Merged

adds update utils #101

merged 5 commits into from
Mar 14, 2023

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Mar 11, 2023

Proposed Changes

@tarunKoyalwar tarunKoyalwar marked this pull request as draft March 11, 2023 21:15
update/update.go Fixed Show fixed Hide fixed
// allow cert validation in version check but not in update
DefaultHttpClient.Transport = &http.Transport{
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},

Check failure

Code scanning / CodeQL

Disabled TLS certificate check

InsecureSkipVerify should not be used in production code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add utils to update app from gh releases
2 participants