Skip to content

Commit

Permalink
fix: pin npm as the only blackduck scan detector
Browse files Browse the repository at this point in the history
  • Loading branch information
wattachai-lseg committed Aug 10, 2023
1 parent 2ea0045 commit f1e4bf0
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.lerna.path="./node_modules/.bin/lerna" # make sure blackduck use lerna from npm package rather than shell one
--detect.accuracy.required="NPM" # lerna fails to detect dependencies and list them as BOM on blackduck

0 comments on commit f1e4bf0

Please sign in to comment.