Skip to content

Commit

Permalink
Merge pull request #1233 from TheHive-Project/ci-fixes
Browse files Browse the repository at this point in the history
fix build for Autofocus and MalwareClustering
  • Loading branch information
jeromeleonard authored Nov 7, 2023
2 parents 1115fe2 + c258f19 commit 8bb1475
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions analyzers/Autofocus/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.11
WORKDIR /worker
COPY . Autofocus
RUN test ! -e Autofocus/requirements.txt || pip install --no-cache-dir -r Autofocus/requirements.txt
ENTRYPOINT Autofocus/analyzer.py
3 changes: 2 additions & 1 deletion analyzers/MalwareClustering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cortexutils
requests
pyimpfuzzy==0.5
py2neo==2021.0.1
# py2neo is EOL and older versions were deleted from pipy https://github.com/neo4j-contrib/py2neo
py2neo==2021.2.4
apiscout==1.1.5
python-magic==0.4.22

0 comments on commit 8bb1475

Please sign in to comment.