Merge pull request #129 from trails-cool/chore/skip-gitleaks-dependabot

Skip Gitleaks scan for Dependabot PRs
This commit is contained in:
Ullrich Schäfer 2026-03-29 10:41:07 +02:00 committed by GitHub
commit 5735a0dc8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Gitleaks
if: github.actor != 'dependabot[bot]'
uses: trails-cool/gitleaks-action@4cbc857b9cfa2a3297fe2be1078e196d30d1b424
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}