action/kingfisher #7
@@ -57,4 +57,6 @@ jobs:
|
||||
- name: Run Kingfisher scan
|
||||
continue-on-error: true
|
||||
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