From 7013a9ae456310465df583474fb9e729c9f9fe7b Mon Sep 17 00:00:00 2001 From: "J.Townsend" Date: Thu, 25 Nov 2021 16:09:29 +0000 Subject: [PATCH] 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 --- .github/workflows/theHarvester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 54acc9d9..3934da24 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -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