Skip to content

Commit

Permalink
fix: increase scan depth to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wattachai-lseg committed Aug 10, 2023
1 parent 3262df4 commit 9801f87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blackduck_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
--blackduck.api.token="${{ secrets.BLACKDUCK_APP_TOKEN }}" \
--blackduck.url="${{ vars.BLACKDUCK_URL }}" \
--blackduck.trust.cert=true \
--detect.excluded.detector.types="LERNA" # exclude lerna as it fails to detect dependencies and list them as BOM on blackduck
--detect.excluded.detector.types="LERNA" \
--detect.detector.search.depth=2

0 comments on commit 9801f87

Please sign in to comment.