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

refactor: unify http client creation #448

Merged
merged 2 commits into from
Oct 7, 2024

feat: move http client to tls

48825de
Select commit
Loading
Failed to load commit list.
Merged

refactor: unify http client creation #448

feat: move http client to tls
48825de
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 17, 2024 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 41 in sztp-agent/pkg/secureagent/tls.go

See this annotation in the file changed.

Code scanning / CodeQL

Disabled TLS certificate check High

InsecureSkipVerify should not be used in production code.