diff --git a/sbin/common/config_init.sh b/sbin/common/config_init.sh index 36516765d6..701032a258 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" - # 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" + # Set default value to false, to enable different OS*jdk set in buildArgs + BUILD_CONFIG[CREATE_SBOM]="false" # The default behavior of whether we want to create a separate source archive BUILD_CONFIG[CREATE_SOURCE_ARCHIVE]="false"