From 2286136056bb89987e8b2a6a54b7578ca0348e29 Mon Sep 17 00:00:00 2001 From: Nicolas Dubois Date: Wed, 22 Jun 2022 23:37:56 +0200 Subject: [PATCH] feat: add word_list plugin (#32) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0935a0..8c9d95c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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