diff --git a/.github/workflows/kingfisher-secrets-scan.yaml b/.github/workflows/kingfisher-secrets-scan.yaml index f4ec8f7..f49308b 100644 --- a/.github/workflows/kingfisher-secrets-scan.yaml +++ b/.github/workflows/kingfisher-secrets-scan.yaml @@ -57,4 +57,6 @@ jobs: - name: Run Kingfisher scan continue-on-error: true run: | - kingfisher scan -n -r ${{ github.workspace }} \ No newline at end of file + kingfisher scan -n -r ${{ github.workspace }} \ + --exclude='composer.lock' \ + --exclude='package-lock.json' \ No newline at end of file