Skip to content

Commit

Permalink
Merge pull request #15972 from CDCgov/josiahsiegel/fix/scan-logs
Browse files Browse the repository at this point in the history
reduce log scan runtime
  • Loading branch information
JosiahSiegel authored Sep 24, 2024
2 parents 3035aac + e862a88 commit 97c4b7e
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 97c4b7e

Please sign in to comment.