Skip to content

Commit

Permalink
Stop showing full SBoM output in build log
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Dec 8, 2023
1 parent 08ef952 commit 2637d75
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 @@ -905,10 +905,8 @@ generateSBoM() {
addSBOMMetadataProperty "${javaHome}" "${classpath}" "${sbomJson}" "Use Docker for build" "false"
fi

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


Expand Down

0 comments on commit 2637d75

Please sign in to comment.