Skip to content

Commit

Permalink
chore: exclude dep dependencies from blackduck scan
Browse files Browse the repository at this point in the history
  • Loading branch information
wattachai-lseg committed Oct 12, 2023
1 parent 1998e2b commit 9a12a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blackduck_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
--blackduck.url="${{ vars.BLACKDUCK_URL }}" \
--blackduck.trust.cert=true \
--detect.excluded.directories=appsec \
--detect.npm.dependency.types.excluded="DEV" \
--detect.lerna.path="./node_modules/.bin/lerna" # make sure blackduck use lerna from npm package rather than shell one

0 comments on commit 9a12a89

Please sign in to comment.