Skip to content

Commit

Permalink
ci: Add bandit cron workflow to trigger on push to main for resolved …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
duggalsu committed Mar 12, 2024
1 parent 7b29e51 commit 90864bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

name: Bandit
on:
push:
branches: [ "main" ]
schedule:
- cron: '55 4 * * 2'

Expand Down

0 comments on commit 90864bd

Please sign in to comment.