Skip to content

Commit

Permalink
feat: add word_list plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDub committed Jun 17, 2022
1 parent f27bcfd commit 0a34b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN set -eux \
git \
wget \
&& wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} \
&& pip install detect-secrets
&& pip install detect-secrets \
&& pip install detect-secrets[word_list]

COPY baseline2rdf.py /usr/local/bin/baseline2rdf
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 0a34b3f

Please sign in to comment.