Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days ago
JSON representation
GitHub action that runs gitleaks, auditing your git commits for secrets
- Host: GitHub
- URL: https://github.com/eshork/gitleaks-action
- Owner: eshork
- License: mit
- Archived: true
- Created: 2019-05-12T18:13:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T20:10:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T16:35:20.337Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 22
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)