Skip to content

Commit

Permalink
Nov 3, 2021 1:24 AM
Browse files Browse the repository at this point in the history
馃悰 fix cicd
  • Loading branch information
securisecctf committed Nov 3, 2021
1 parent 4ffe000 commit f26d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Test with bandit
run: |
bandit --recursive chepy/ --ignore-nosec --skip B101,B413,B303,B310,B112,B304,B320,B410,B404,B608
bandit --recursive chepy/ --ignore-nosec --skip B101,B413,B303,B310,B112,B304,B320,B410,B404,B608,B311
- name: Test docs
if: ${{ !env.ACT }} && contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit f26d068

Please sign in to comment.