Skip to content

Commit

Permalink
[PLAT-516] feat: Update gitleaks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostasala committed Dec 19, 2024
1 parent c04b87b commit 0f75adb
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 0f75adb

Please sign in to comment.