diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 56f9de7f..340b6f33 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -114,4 +114,5 @@ jobs: pytest - name: Static type checking with mypy run: | - mypy --pretty *.py \ No newline at end of file + mypy --pretty theHarvester/discovery/*.py + mypy --pretty test/*.py diff --git a/.travis.yml b/.travis.yml index 241bdd5f..c045cdf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ script: - python theHarvester.py -d metasploit.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo -l 200 - pytest - flake8 . --count --show-source --statistics -- mypy --pretty *.py +- mypy --pretty theHarvester/discovery/*.py + notifications: email: false slack: