Skip to content

Commit

Permalink
Correction of bandit test file specifying program location.
Browse files Browse the repository at this point in the history
  • Loading branch information
franckferman committed Oct 18, 2023
1 parent ac73f65 commit e24c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: pip install bandit

- name: Run Bandit
run: bandit ./MetaDetective.py || true
run: bandit ./src/MetaDetective/MetaDetective.py || true

0 comments on commit e24c9ee

Please sign in to comment.