Skip to content

Commit

Permalink
feat: enable SBOM as default behavior (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw committed May 14, 2022
1 parent 0363f37 commit 76dff91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/common/config_init.sh
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"

# 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"
Expand Down

0 comments on commit 76dff91

Please sign in to comment.