Releases: gacts/gitleaks
Releases · gacts/gitleaks
v1.2.2
What's Changed
📦 Dependency updates
- Bump @actions/core from 1.10.1 to 1.11.1 in #77
- Bump @vercel/ncc from 0.38.2 to 0.38.3 in #79
- Bump @actions/cache from 3.3.0 to 4.0.0 in #80
Full Changelog: v1...v1.2.2
v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Changed
- Version of node runtime for action from node16 to node20
v1.1.4
Changed
- Action dependencies were updated
v1.1.3
Changed
- Action dependencies were updated
v1.1.2
Fixed
- Alternative config lookup order (new order is:
./gitleaks.toml
,./.gitleaks.toml
,./.github/gitleaks.toml
,./.github/.gitleaks.toml
) - Alternative configs' lookup will be ignored when environment variable
GITLEAKS_CONFIG
is set
v1.1.1
Fixed
- Log messages formatted
v1.1.0
Added
- Searching for the config file (
.gitleaks.toml
,gitleaks.toml
) inside.github
directory ifwith.config-path
is not provided - Verbose output for GitLeaks v7.x
v1.0.0
v1.0.0
Added
- First action release (GitLeaks v7.x and v8.x are supported)