Skip to content

Commit

Permalink
Merge branch 'hotfix/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Aug 5, 2021
2 parents bb193a5 + 4201b79 commit c41d133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions analyzers/FileInfo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ RUN apt install -y -q libboost-regex-dev \
libboost-system-dev libboost-filesystem-dev libssl-dev \
build-essential cmake \
git
#RUN git clone https://github.com/JusticeRage/Manalyze.git && \
# Using fork with fix, waiting for the PR being validated on
# original repo
# PR: https://github.com/JusticeRage/Manalyze/pull/46
RUN git clone https://github.com/jeromeleonard/Manalyze.git && \
RUN git clone https://github.com/JusticeRage/Manalyze.git && \
# RUN git clone https://github.com/jeromeleonard/Manalyze.git && \
cd Manalyze && \
cmake . && \
make -j5 && \
Expand Down
5 changes: 2 additions & 3 deletions utils/test_doc/testdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ ROOT_PATH=${PWD}
TEST_PATH="./test_doc"

mkdir ${TEST_PATH}
cp -rv . ${TEST_PATH}
for I in analyzers responders assets images AUTHORS AUTHORS docs *.md ; do cp -rv $I ${TEST_PATH} ; done
cd ${TEST_PATH}
gh repo clone TheHive-Project/doc-builder

doc-builder/build/Cortex-Neurons/generate.py


Expand All @@ -23,4 +22,4 @@ cp -rv README.md docs/
mkdocs serve -a 0.0.0.0:8888

cd ${ROOT_PATH}
rm -rf ${TEST_PATH}
rm -rf ${TEST_PATH}

0 comments on commit c41d133

Please sign in to comment.