ericfourrier / gitleaks-action

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 47.0%Language:Shell 36.1%Language:HCL 16.9%