From eded53ecfbc25e14c55f148fb2a96cf3eb11be5b Mon Sep 17 00:00:00 2001 From: mthcht Date: Fri, 28 Jun 2024 22:04:21 +0200 Subject: [PATCH] Update companies_ip_ranges.yml --- .github/workflows/companies_ip_ranges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/companies_ip_ranges.yml b/.github/workflows/companies_ip_ranges.yml index fe56bc6d5..f46011a35 100644 --- a/.github/workflows/companies_ip_ranges.yml +++ b/.github/workflows/companies_ip_ranges.yml @@ -23,7 +23,7 @@ jobs: pip install requests beautifulsoup4 pandas - name: Run the script - run: python Lists/Ranges_IP_Address_Company_List/bgp.he.net/get_ip_range.py -list microsoft,webex,DigitalOcean,Zscaler,AS211805,AS206728,AS216309,Netskope -format csv + run: python Lists/Ranges_IP_Address_Company_List/bgp.he.net/get_ip_range.py -list microsoft,webex,DigitalOcean,Zscaler,Teamviewer,AS211805,AS206728,AS216309,Netskope -format csv - name: List files in the root directory run: ls -la