Skip to content

Commit

Permalink
[PLAT-516] feat: Create gitleaks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostasala committed Dec 23, 2024
1 parent 32b4e21 commit a6938c5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: gitleaks
on:
push:
workflow_dispatch:
push: {}
jobs:
gitleaks:
name: Run gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
uses: gitleaks/gitleaks-action@v2
with:
fetch-depth: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

0 comments on commit a6938c5

Please sign in to comment.