Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eshork/gitleaks-action

GitHub action that runs gitleaks, auditing your git commits for secrets
https://github.com/eshork/gitleaks-action

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://github.com/zricethezav/gitleaks) for the complicated bits.

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

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

----

[MIT License](LICENSE)