Skip to content

Commit

Permalink
updated flare-floss
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Sep 26, 2024
1 parent 3544451 commit 2d20816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/malware_tools_analyzers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN wget -q https://github.com/mandiant/capa/releases/download/v7.3.0/capa-v7.3.

# Install Floss
WORKDIR ${PROJECT_PATH}/floss
RUN wget -q https://github.com/mandiant/flare-floss/releases/download/v3.1.0/floss-v3.1.0-linux.zip \
&& unzip floss-v3.1.0-linux.zip \
RUN wget -q https://github.com/mandiant/flare-floss/releases/download/v3.1.1/floss-v3.1.1-linux.zip \
&& unzip floss-v3.1.1-linux.zip \
&& ln -s ${PROJECT_PATH}/floss/floss /usr/local/bin/floss

# Build Stringsifter
Expand Down

0 comments on commit 2d20816

Please sign in to comment.