diff --git a/sbin/common/config_init.sh b/sbin/common/config_init.sh index 8e1a3cabc..36516765d 100755 --- a/sbin/common/config_init.sh +++ b/sbin/common/config_init.sh @@ -467,8 +467,8 @@ function configDefaults() { # The default behavior of whether we want to create the legacy JRE BUILD_CONFIG[CREATE_JRE_IMAGE]="false" - # Do not create an SBOM by default - BUILD_CONFIG[CREATE_SBOM]="false" + # Set default value to "true. If we do not want this behavior, we can update buildArg per each config file instead + BUILD_CONFIG[CREATE_SBOM]="true" # The default behavior of whether we want to create a separate source archive BUILD_CONFIG[CREATE_SOURCE_ARCHIVE]="false"