Releases: gitleaks/gitleaks-action
Releases · gitleaks/gitleaks-action
v2.2.1
v2.2.0
What's Changed
- Feature/scheduled runs by @zricethezav in #89
- populate html_url on scheduled runs by @zricethezav in #90
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
v2.1.4
What's Changed
- bumping gitleaks by @zricethezav in #86
v2.1.3
What's New
- Updates actions/core and gitleaks dependencies #85
v2.1.2
- Bumps gitleaks dependency to latest version (v8.11.1) #84
v2.1.1
What's New
- Fixes 0 commit scans on initial PR commit #82
v2.1.0
v2.0.8
What's New
- Fixed scanning merge-commits in PRs #79
v2.0.7
What's Changed:
- Hardcoding gitleaks version by default instead of using latest #78