mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
Update ci to not run the otx module as need to fix that
This commit is contained in:
parent
1be6778572
commit
db06e548a3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/theHarvester.yml
vendored
6
.github/workflows/theHarvester.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue