Skip to content

Commit

Permalink
bsr: add ci action to check commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caxewsh committed Sep 17, 2024
1 parent 778b0f0 commit bef288e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commitCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: gitleaks

on: [pull_request, push, workflow_dispatch]
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 bef288e

Please sign in to comment.