File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/slsa_analyzer/package_registry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ publish_time_range = 7200
518518
519519[package_registry.maven_central]
520520# Maven Central host name.
521- search_netloc = search.maven.org
521+ search_netloc = central.sonatype.com
522522search_scheme = https
523523# The search REST API. See https://central.sonatype.org/search/rest-api-guide/
524524search_endpoint = solrsearch/select
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def resources() -> Path:
3030def maven_central_instance () -> MavenCentralRegistry :
3131 """Create a ``MavenCentralRegistry`` object for the following tests."""
3232 return MavenCentralRegistry (
33- search_netloc = "search.maven.org " ,
33+ search_netloc = "central.sonatype.com " ,
3434 search_scheme = "https" ,
3535 search_endpoint = "solrsearch/select" ,
3636 registry_url_netloc = "repo1.maven.org/maven2" ,
You can’t perform that action at this time.
0 commit comments