Skip to content

Releases: gitleaks/gitleaks-action

v2.3.6

30 May 13:30
44c470f
Compare
Choose a tag to compare

What's Changed

  • Using DefaultArtifactClient from @actions/artifact package by @codykhon in #157

New Contributors

Full Changelog: v2...v2.3.6

v2.3.5

29 May 16:58
f19e05d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.3.5

v2.3.4

22 Feb 02:31
Compare
Choose a tag to compare

v2.3.3

08 Feb 20:20
cb7149a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

12 Jan 14:30
1f2d10f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

11 Nov 04:15
e716810
Compare
Choose a tag to compare

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

10 Oct 17:19
1938557
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.3.0

v2.2.1

26 Sep 13:31
5b07cec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.2.1

v2.2.0

12 Sep 23:21
Compare
Choose a tag to compare

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

v2.1.4

08 Sep 12:57
c367d6d
Compare
Choose a tag to compare

What's Changed