mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(parse_regions): Add AWS regions parser && Dockerfile (#1537)
This commit is contained in:
0
tests/config/__init__.py
Normal file
0
tests/config/__init__.py
Normal file
6
tests/config/config_test.py
Normal file
6
tests/config/config_test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from prowler.config.config import get_aws_available_regions
|
||||
|
||||
|
||||
class Test_Config:
|
||||
def test_get_aws_available_regions(self):
|
||||
assert len(get_aws_available_regions()) == 29
|
||||
5919
tests/providers/aws/aws_regions_by_service.json
Normal file
5919
tests/providers/aws/aws_regions_by_service.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user