Skip to content

Commit

Permalink
Stop showing full SBoM output in build log (#3567)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Dec 20, 2023
1 parent 25f24f4 commit 93da3a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -982,10 +982,8 @@ generateSBoM() {
addSBOMComponentPropertyFromFile "${javaHome}" "${classpath}" "${sbomJson}" "${componentName}" "make_command_args" "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[TARGET_DIR]}/metadata/makeCommandArg.txt"
done

# Print SBOM json
echo "CycloneDX SBOM:"
cat "${sbomJson}"
echo ""
# Print SBOM location
echo "CycloneDX SBOM has been created in ${sbomJson}"
}

# Generate build tools info into dependency file
Expand Down

0 comments on commit 93da3a3

Please sign in to comment.