Skip to content

Commit

Permalink
reduce log scan runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Sep 23, 2024
1 parent 3035aac commit e862a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan_action_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: scan
with:
github-token: ${{ secrets.RUNLEAKS_TOKEN }}
run-limit: 500
run-limit: 300
min-days-old: 0
max-days-old: 2
max-days-old: 1
patterns-path: ".github/runleaks/patterns.txt"
exclusions-path: ".github/runleaks/exclusions.txt"
fail-on-leak: false
Expand Down

0 comments on commit e862a88

Please sign in to comment.