Skip to content

Commit

Permalink
add cron scheduler for checkov scan
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed May 24, 2021
1 parent 66a05bf commit 15abf5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 0 * * 6'
jobs:
scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15abf5a

Please sign in to comment.