Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.
/ gitleaks-action Public archive

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

License

Notifications You must be signed in to change notification settings

eshork/gitleaks-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm glad that a few others found this quick project was useful. However, I'm closing down this repo because the gitleaks project now publishes their own github action to wrap the tool. I highly recommend you switch to that instead. You can find it at: https://github.com/marketplace/actions/gitleaks


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