From 51c545cfa0ebb9c834fc0b71b6481458ff80e1c7 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sat, 12 Oct 2019 21:55:32 +0100 Subject: [PATCH] add suip to travis and gh actions --- .github/workflows/theHarvester.yml | 4 ++++ .travis.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index cc21ecb6..a958f8ee 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -79,6 +79,10 @@ jobs: run: | python theHarvester.py -d metasploit.com -b otx + - name: Run theHarvester module Suip + run: | + python theHarvester.py -d metasploit.com -b suip + - name: Run theHarvester module threatcrowd run: | python theHarvester.py -d metasploit.com -b threatcrowd diff --git a/.travis.yml b/.travis.yml index 815485b6..e3709908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: install: - python setup.py test script: -- python theHarvester.py -d metasploit.com -b baidu,bing,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo -l 200 +- python theHarvester.py -d metasploit.com -b baidu,bing,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,suip,intelx,threatcrowd,trello,twitter,virustotal,yahoo -l 200 - pytest - flake8 . --count --show-source --statistics #- mypy --pretty *.py