diff --git a/container_ci_suite/utils.py b/container_ci_suite/utils.py index bd19696..aebd0c7 100644 --- a/container_ci_suite/utils.py +++ b/container_ci_suite/utils.py @@ -284,7 +284,7 @@ def save_tenant_egress_yaml(project_name: str, rules: List[str] = []) -> str: if not rules: rules = [ "github.com", "api.github.com", "codeload.github.com", "pypi.org", "www.cpan.org", - "registry.npmjs.org", "npmjs.org", "npmjs.com", "rubygems.org" + "registry.npmjs.org", "npmjs.org", "npmjs.com", "rubygems.org", "backpan.perl.org", "www.metacpan.org", "files.pythonhosted.org", "getcomposer.org", ] generated_yaml = []