Skip to content

Commit

Permalink
📅 Commit Thu, 6 May 2021 17:32:41
Browse files Browse the repository at this point in the history
🐛 fix dockerfile failure because of bandit
🔥 remove husky based stub gen
  • Loading branch information
securisec committed May 6, 2021
1 parent 8ef4e73 commit b5fe9a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 931 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN sed -i 's/enableplugins = false/enableplugins = true/' /root/.chepy/chepy.co
RUN cd /chepy/ && pytest --disable-pytest-warnings tests_plugins/
RUN python -c "from chepy import Chepy"

RUN cd /chepy/ && bandit --recursive chepy/ --ignore-nosec --skip B101,B413,B303,B310,B112,B304,B320,B410,B404
RUN cd /chepy/ && bandit --recursive chepy/ --ignore-nosec --skip B101,B413,B303,B310,B112,B304,B320,B410,B404,B608
RUN rm -rf /chepy/tests \
&& rm -rf /chepy/build \
&& rm -rf /chepy/dist \
Expand Down
2 changes: 1 addition & 1 deletion chepy/chepy_plugins

0 comments on commit b5fe9a7

Please sign in to comment.