Skip to content

GitHub action that runs gitleaks, auditing your git commits for secrets

License

Notifications You must be signed in to change notification settings

gooditworks/gitleaks-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitleaks-action

Audit git commits for secrets with gitleaks, as a GitHub action.

Credit to zricethezav/gitleaks for the complicated bits.

Usage

workflow "gitleaks my commits" {
  on = "push"
  resolves = ["gitleaks"]
}

action "gitleaks" {
  uses = "eshork/gitleaks-action@master"
}

MIT License

About

GitHub action that runs gitleaks, auditing your git commits for secrets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 50.3%
  • Shell 31.6%
  • HCL 18.1%