Skip to content

Commit 1fcbd95

Browse files
committed
processed sbom is the correct variable
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 14c09ff commit 1fcbd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ main() {
253253
cat "$processed_sbom"
254254

255255
# Validate the converted file
256-
if ! jq . "$cyclonedx_sbom" > /dev/null 2>&1; then
256+
if ! jq . "$processed_sbom" > /dev/null 2>&1; then
257257
log_error "Generated CycloneDX SBOM is not valid JSON"
258258
exit 1
259259
fi

0 commit comments

Comments
 (0)