Skip to content

Commit

Permalink
try gitleaks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nschmid committed Jun 13, 2024
1 parent bf106bd commit 1f2a3d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: gitleaks
on:
push:
branches:
- 'main'
- 'develop'
- 'feature/*'
- 'release/*'
- 'hotfix/*'
- 'pull_request'
- 'push'
tags:
- '*'
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 }}

0 comments on commit 1f2a3d3

Please sign in to comment.