Update .github/workflows/kingfisher-secrets-scan.yaml
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 3m48s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s

This commit is contained in:
2025-11-25 08:17:04 +00:00
parent 8c2e42c47e
commit 5f23856b09

View File

@@ -57,4 +57,6 @@ jobs:
- name: Run Kingfisher scan - name: Run Kingfisher scan
continue-on-error: true continue-on-error: true
run: | run: |
kingfisher scan -n -r ${{ github.workspace }} kingfisher scan -n -r ${{ github.workspace }} \
--exclude='composer.lock' \
--exclude='package-lock.json'