Update .github/workflows/kingfisher-secrets-scan.yaml
This commit is contained in:
@@ -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'
|
||||||
Reference in New Issue
Block a user