Skip to content

Commit

Permalink
Update sbin/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart X Addison <[email protected]>
  • Loading branch information
andrew-m-leonard and sxa authored Dec 5, 2024
1 parent 1dbc012 commit 5f617f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ generateSBoM() {
local fullVer=$(cat "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[TARGET_DIR]}/metadata/productVersion.txt")
local fullVerOutput=$(cat "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[TARGET_DIR]}/metadata/productVersionOutput.txt")

# Create initial SBOM json
# Create initial SBOM json
createSBOMFile "${javaHome}" "${classpath}" "${sbomJson}"
# Set default SBOM metadata
addSBOMMetadata "${javaHome}" "${classpath}" "${sbomJson}"
Expand Down

0 comments on commit 5f617f8

Please sign in to comment.