Releases: gitleaks/gitleaks-action
Releases · gitleaks/gitleaks-action
v2.3.7
What's Changed
- Update README.md by @HannesOberreiter in #165
New Contributors
- @HannesOberreiter made their first contribution in #165
Full Changelog: v2.3.6...v2.3.7
v2.3.6
v2.3.5
v2.3.4
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- bump gitleaks version by @zricethezav in #111
- Document
GITLEAKS_VERSION
env var by @spaze in #123 - Upgrade from 'node16' to 'node20' by @ericcornelissen in #134
New Contributors
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Update build instructions by @ericcornelissen in #104
- Update build instructions by @weineran in #105
- Upload report artifact even if there are no leaks detected by @weineran in #106
- Fix undefined repo by @weineran in #108
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Upgraded @actions/core dependency in order to resolve the warning that says "The set-output command is deprecated...". More info: #100
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add logo use to EULA by @zricethezav in #97
- Switch to plaintext fingerprint by @weineran in #98
Full Changelog: v2...v2.3.0
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