Skip to content

Commit

Permalink
chore(ci): always run bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jul 26, 2024
1 parent c0e94cf commit b7aadc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
bandit:
name: SAST with Bandit
runs-on: ubuntu-latest
needs: changelog
if: github.event_name != 'pull_request' && needs.changelog.outputs.skipped == 'false'

steps:
- name: Checkout code
Expand Down

0 comments on commit b7aadc8

Please sign in to comment.