Skip to content

Commit

Permalink
Minor change so that bandit executes only if MetaDetective.py has bee…
Browse files Browse the repository at this point in the history
…n modified.
  • Loading branch information
franckferman authored Oct 27, 2023
1 parent e958d07 commit b9f2ef4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: bandit

on:
push:
branches:
- stable
branches: [ "stable" ]
paths:
- 'src/MetaDetective.py'
pull_request:
branches:
- stable
branches: [ "stable" ]
paths:
- 'src/MetaDetective.py'

jobs:
security-check:
Expand Down

0 comments on commit b9f2ef4

Please sign in to comment.