Skip to content

Commit

Permalink
Add secret scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
odcheck committed Dec 13, 2023
1 parent d7c4228 commit 3ddb872
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/git-secret-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }}

0 comments on commit 3ddb872

Please sign in to comment.