OctoLintInsecureFeedsTargets - OctopusSolutionsEngineering/OctopusRecommendationEngine GitHub Wiki
OctoLintInsecureFeedsTargets
returns a warning about feeds that call insecure (or HTTP) URLs.
Recommendation
Requests to HTTP URLs are insecure and may expose information to third parties.
Remediation
Ensure all feeds use secure HTTPS URLs.