mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
Change ci to use py3.10 final (#927)
* Add new fullhunt module * Remove python checks in the run script as they are not needed anymore * Remove netcraft from ci as it is not needed * Update Dockerfile to fix security issues * Add new n45ht module, lots of results returned * Update ci to use py3.10 final * Update ci to use py3.10 final
This commit is contained in:
parent
c5b31213c1
commit
7013a9ae45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
max-parallel: 4
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
python-version: [3.8, 3.9, 3.10-dev]
|
||||
python-version: [3.8, 3.9, 3.10.0]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue