Skip to content

Commit

Permalink
Merge pull request #15 from sueddeutsche/feat/PLAT-516-create-gitleak…
Browse files Browse the repository at this point in the history
…s-workflow

[PLAT-516] feat: Create gitleaks workflow
  • Loading branch information
ccostasala authored Dec 23, 2024
2 parents 32b4e21 + a6938c5 commit 0a9677b
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 0a9677b

Please sign in to comment.