From db06e548a393ffc818e4c5b60560506318d3cc5d Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Mon, 23 Dec 2019 20:10:25 +0000 Subject: [PATCH] Update ci to not run the otx module as need to fix that --- .github/workflows/theHarvester.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index c02d2897..f612fc46 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -79,9 +79,9 @@ jobs: run: | python theHarvester.py -d apple.com -b netcraft - - name: Run theHarvester module Otx - run: | - python theHarvester.py -d apple.com -b otx +# - name: Run theHarvester module Otx +# run: | +# python theHarvester.py -d apple.com -b otx - name: Run theHarvester module threatcrowd run: |