Skip to content

Commit

Permalink
feat: add word_list plugin (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDub authored Jun 22, 2022
1 parent f27bcfd commit 2286136
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 @@ -8,7 +8,7 @@ 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[word_list]

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

0 comments on commit 2286136

Please sign in to comment.