1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00
This commit is contained in:
Akhil Anand 2024-05-16 08:54:29 -07:00 committed by GitHub
commit 4e311a9f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.github/workflows/gitleaks.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: gitleaks
on:
pull_request:
push:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}