fea: Remane modules_exp to modules_for_bom to improve code and clarity

Signed-off-by: mevrin <matthieu.evrin@gmail.com>
This commit is contained in:
mevrin
2024-09-18 21:40:57 -04:00
parent 2ed418c191
commit 5b2faec983
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ function bom_fixlet {
local modules
# shellcheck disable=SC2207
modules=($(modules_exp))
modules=($(modules_for_bom))
if GOFLAGS=-mod=mod run_go_tool "github.com/appscodelabs/license-bill-of-materials" \
--override-file ./bill-of-materials.override.json \