Skip to content

Commit

Permalink
feat: enable --create-sbom to set in ci-jenkins-pipeline instead default
Browse files Browse the repository at this point in the history
Ref: #2900
  • Loading branch information
zdtsw committed May 16, 2022
1 parent 76dff91 commit 89329c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/common/config_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89329c7

Please sign in to comment.