Skip to content

Commit

Permalink
chore(ci): fix bandit script name
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jul 25, 2024
1 parent a6d8dc8 commit 37f3fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: pip install bandit

- name: Run Bandit
run: bandit -r linkedindumper.py --severity-level medium
run: bandit -r xingdumper.py --severity-level medium

deploy:
name: Deploy Image
Expand Down

0 comments on commit 37f3fac

Please sign in to comment.