diff --git a/Dockerfile b/Dockerfile index fc3dfce..bf90a5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ LABEL "com.github.actions.icon"="shield" LABEL "com.github.actions.color"="purple" LABEL "repository"="https://github.com/zricethezav/gitleaks-action" -RUN git config --system --add safe.directory /github/workspace ADD entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]