Skip to content

Commit 29e7513

Browse files
committed
prep demo
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent bc5eb6e commit 29e7513

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: demo/gen-boms.sh

+10
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ do
3939
--output-format "$format" \
4040
--output-file "$result_dir/flat/bom.$spec.$format" \
4141
"$package"
42+
43+
echo ">>> $result_dir $spec $format deduplicated"
44+
mkdir -p "$result_dir/deduplicated"
45+
node -- "$BIN_CDX_N" \
46+
--deduplicate-components \
47+
--spec-version "$spec" \
48+
--output-reproducible \
49+
--output-format "$format" \
50+
--output-file "$result_dir/deduplicated/bom.$spec.$format" \
51+
"$package"
4252
done
4353
done
4454
done

0 commit comments

Comments
 (0)