Skip to content

Commit

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

[PLAT-516] feat: Update gitleaks workflow
  • Loading branch information
ccostasala authored Dec 20, 2024
2 parents c04b87b + 0f75adb commit 32b4e21
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: gitleaks

on:
push:
workflow_dispatch:

jobs:
gitleaks:
uses: sueddeutsche/plat-reusable-workflows/.github/workflows/gitleaks.yaml@v3
secrets: inherit
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 }}

0 comments on commit 32b4e21

Please sign in to comment.