added Box-JS to Analysis container
All checks were successful
ci/woodpecker/cron/static-analysis Pipeline was successful
ci/woodpecker/cron/builder Pipeline was successful
ci/woodpecker/cron/vm-builder Pipeline was successful

This commit is contained in:
Johannes Bülow 2024-01-13 11:57:32 +01:00
parent 2de5facff3
commit 9dcc079675
Signed by untrusted user who does not match committer: jmb
GPG key ID: B56971CF7B8F83A6

View file

@ -36,6 +36,10 @@ RUN git clone https://github.com/MITRECND/malchive.git && cd malchive && pip ins
## CAPA
RUN wget https://github.com/mandiant/capa/releases/download/v6.1.0/capa-v6.1.0-linux.zip -O capa.zip \
&& unzip capa.zip && chmod +x capa && mv capa /usr/local/bin/
## Box-JS
RUN curl -fsSL https://deb.nodesource.com/setup_21.x | bash - \
&& apt-get install -y nodejs \
&& npm install --global box-js
## CLEANUP
RUN apt-get -y autoremove \
&& apt-get clean -y \