Skip to content
Compare
Choose a tag to compare
@zricethezav zricethezav released this 12 Sep 23:21
· 66 commits to master since this release

What's Changed

You can now run scheduled runs with gitleaks-action. A scheduled gitleaks-action will scan the entire history of a repo. You can set up a scheduled run by adding schedule to the on entry:

on:
  pull_request:
  push:
  workflow_dispatch:
  schedule:
    - cron: "0 4 * * *" # run once a day at 4 AM

Full Changelog: v2...v2.2.0