Skip to content

Commit

Permalink
added gitleaks-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayK-aff authored Nov 9, 2023
1 parent b2ce6b9 commit b585731
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gitleaks-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: gitleaks

on: [pull_request]

jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: gitleaks-action
uses: zricethezav/[email protected]

0 comments on commit b585731

Please sign in to comment.