Skip to content

Commit 0bcf320

Browse files
committed
try again
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 94e8331 commit 0bcf320

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
@@ -304,7 +304,7 @@ main() {
304304
log_info "Detected SBOM format: $detected_format"
305305

306306
# Fix SPDX compatibility issues if needed
307-
if [[ "$detected_format" == "spdx" && "$desired_format" == "cyclonedx" ]]; then
307+
if [[ "$detected_format" == "spdxjson" && "$desired_format" == "cyclonedx" ]]; then
308308
fix_spdx_compatibility "$extracted_sbom" "$fixed_sbom"
309309
convert_sbom "$fixed_sbom" "$processed_sbom" "$detected_format" "$desired_format"
310310
else

0 commit comments

Comments
 (0)