Skip to content

Commit

Permalink
* For testing, update schedule to every 5 min and specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Weiner authored and Andrew Weiner committed Oct 8, 2022
1 parent 760be12 commit bfdb0c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gitleaks-action-HEAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM
- cron: "*/5 * * * *" # run every 5 minutes
jobs:
scan:
name: gitleaks-action-HEAD
Expand All @@ -19,6 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: feature/switch-to-plaintext-fingerprint
- uses: ./ # Runs the action that's in the root directory of the repo checked out above. i.e. This action itself.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bfdb0c4

Please sign in to comment.