Skip to content

Commit

Permalink
update on bandit
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <[email protected]>
  • Loading branch information
samet-akcay committed Nov 6, 2024
1 parent 716960e commit 9175147
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/bandit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ on:
required: true
default: true
type: boolean

pull_request:
branches: [main, develop]
branches:
- "main"
- "feature/**" # Use double asterisk for deeper path matching
- "feature/*" # Also include single level matching
paths:
- "**.py"
- "pyproject.toml"
- ".github/workflows/bandit.yaml"
push:
branches: [main, develop]
paths:
- "**.py"
- "pyproject.toml"
- ".github/workflows/bandit.yaml"
branches:
- "main"
- "feature/**" # Use double asterisk for deeper path matching
- "feature/*" # Also include single level matching

permissions:
contents: write
Expand Down

0 comments on commit 9175147

Please sign in to comment.