Skip to content

Releases: gacts/gitleaks

v1.2.2

02 Jan 18:19
beadb7d
Compare
Choose a tag to compare

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

19 Jun 21:22
773e90c
Compare
Choose a tag to compare

What's Changed

  • Dependencies updated
  • Added support for macOS/arm64 #75
  • Repository code refactored in #75

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Nov 11:48
790c062
Compare
Choose a tag to compare

Changed

  • Version of node runtime for action from node16 to node20

v1.1.4

24 Feb 09:12
9f42acc
Compare
Choose a tag to compare

Changed

  • Action dependencies were updated

v1.1.3

27 Oct 14:09
31e36a7
Compare
Choose a tag to compare

Changed

  • Action dependencies were updated

v1.1.2

17 May 17:12
db389bb
Compare
Choose a tag to compare

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

17 May 14:15
954183a
Compare
Choose a tag to compare

Fixed

  • Log messages formatted

v1.1.0

17 May 14:02
f27b772
Compare
Choose a tag to compare

Added

  • Searching for the config file (.gitleaks.toml, gitleaks.toml) inside .github directory if with.config-path is not provided
  • Verbose output for GitLeaks v7.x

v1.0.0

12 May 11:05
0e6150e
Compare
Choose a tag to compare

v1.0.0

Added

  • First action release (GitLeaks v7.x and v8.x are supported)