Skip to content

Commit

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

0 comments on commit 3262df4

Please sign in to comment.