gitleaks-action

Protect your secrets using Gitleaks-Action

OTHER License

Stars
323
Committers
15
gitleaks-action - v2.3.6 Latest Release

Published by zricethezav 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2...v2.3.6

gitleaks-action - v2.3.5

Published by zricethezav 5 months ago

gitleaks-action - v2.3.4

Published by zricethezav 8 months ago

gitleaks-action - v2.3.3

Published by zricethezav 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.2...v2.3.3

gitleaks-action - v2.3.2

Published by zricethezav almost 2 years ago

What's Changed

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.1...v2.3.2

gitleaks-action - v2.3.1

Published by weineran almost 2 years ago

What's Changed

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.0...v2.3.1

gitleaks-action - v2.3.0

Published by zricethezav about 2 years ago

What's Changed

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2...v2.3.0

gitleaks-action - v2.2.1

Published by zricethezav about 2 years ago

What's Changed

Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2...v2.2.1

gitleaks-action - v2.2.0

Published by zricethezav about 2 years ago

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: https://github.com/gitleaks/gitleaks-action/compare/v2...v2.2.0

gitleaks-action - v2.1.4

Published by zricethezav about 2 years ago

What's Changed

gitleaks-action - v2.1.3

Published by zricethezav about 2 years ago

What's New

gitleaks-action - v2.1.2

Published by zricethezav about 2 years ago

gitleaks-action - v2.1.1

Published by zricethezav about 2 years ago

What's New

  • Fixes 0 commit scans on initial PR commit #82
gitleaks-action - v2.1.0

Published by zricethezav about 2 years ago

What's new

gitleaks-action - v2.0.8

Published by zricethezav about 2 years ago

What's New

gitleaks-action - v2.0.7

Published by zricethezav about 2 years ago

What's Changed:

gitleaks-action - v2.0.6

Published by zricethezav over 2 years ago

What's New:

gitleaks-action - v2.0.5

Published by zricethezav over 2 years ago

What's New

  • Fix edge case on initial commit to repo when base and head refs are the same.
gitleaks-action - v2.0.4

Published by zricethezav over 2 years ago

What's New

gitleaks-action - v2.0.3

Published by zricethezav over 2 years ago

What's New

  • Use eventJson.commits for commit range rather than eventJson.before and eventJson.after. This fixes invalid revision range on push event errors.
Package Rankings
Top 1.15% on Github actions
Related Projects