Skip to content

Commit

Permalink
Oops, missed an = when installing njsscan
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaereal committed Oct 22, 2024
1 parent e92b3ad commit a9ee927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN pipx install gitxray==${T_GITXRAY} \
&& pipx install scoutsuite==${T_SCOUTSUITE} \
&& pipx install git+https://github.com/shortdoom/gh-fake-analyzer.git \
&& pipx install prowler==${T_PROWLER} \
&& pipx install njsscan=${T_NJSSCAN} \
&& pipx install njsscan==${T_NJSSCAN} \
&& pipx ensurepath

# Install git-secrets
Expand Down

0 comments on commit a9ee927

Please sign in to comment.