Skip to content

Commit

Permalink
added continue on error for bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed May 10, 2024
1 parent e32df33 commit 6cd70aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pipenv install --dev
- name: Run Bandit Tests
continue-on-error: true
run: |
pipenv run bandit sumologic/*.py
Expand Down

0 comments on commit 6cd70aa

Please sign in to comment.