From 7d48ea2b0d870b9e9c6796b9625ac00e217d267a Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Wed, 7 Aug 2024 23:22:22 -0700 Subject: [PATCH] use workspace_modules for bom Signed-off-by: Ivan Valdes --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 0f2958127bcb..9202f5220c1a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -513,7 +513,7 @@ function bom_pass { log_callout "Checking bill of materials..." # https://github.com/golang/go/commit/7c388cc89c76bc7167287fb488afcaf5a4aa12bf # shellcheck disable=SC2207 - modules=($(modules_exp)) + modules=($(workspace_modules)) # Internally license-bill-of-materials tends to modify go.sum run cp go.sum go.sum.tmp || return 2