Skip to content

Commit

Permalink
update bandit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kannkyo committed Dec 9, 2024
1 parent 4eed668 commit 6f3f8e9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
name: Bandit
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: ["main"]
schedule:
- cron: '24 21 * * 2'
- cron: "24 21 * * 2"

jobs:
bandit:
Expand All @@ -38,7 +38,7 @@ jobs:
# Github token of the repository (automatically created by Github)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
# File or directory to run bandit on
# path: # optional, default is .
path: src # optional, default is .
# Report only issues of a given severity level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
# level: # optional, default is UNDEFINED
# Report only issues of a given confidence level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
Expand All @@ -49,4 +49,3 @@ jobs:
# skips: # optional, default is DEFAULT
# path to a .bandit file that supplies command line arguments
# ini_path: # optional, default is DEFAULT

0 comments on commit 6f3f8e9

Please sign in to comment.