action/kingfisher #7

Merged
jothi merged 2 commits from action/kingfisher into master 2025-11-25 08:22:16 +00:00
Showing only changes of commit 5f23856b09 - Show all commits

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'