diff --git a/src/vdp_scanner.py b/src/vdp_scanner.py index 85df97d..34ab19a 100644 --- a/src/vdp_scanner.py +++ b/src/vdp_scanner.py @@ -243,7 +243,7 @@ def get_local_csv(file: str) -> List[Dict[str, str]]: def get_remote_csv() -> List[Dict[str, str]]: """Load domains from the CSV at the given URL.""" resp = requests.get( - "https://raw.githubusercontent.com/GSA/data/master/dotgov-domains/current-federal.csv" + "https://raw.githubusercontent.com/cisagov/dotgov-data/main/current-federal.csv" ) if resp.status_code != 200: return [] diff --git a/src/version.txt b/src/version.txt index f102a9c..3b93d0b 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"