Skip to content

Commit

Permalink
In rules definition is missing ','
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Oct 30, 2024
1 parent e65b428 commit 065f813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_ci_suite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 065f813

Please sign in to comment.