We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8331 commit 0bcf320Copy full SHA for 0bcf320
entrypoint.sh
@@ -304,7 +304,7 @@ main() {
304
log_info "Detected SBOM format: $detected_format"
305
306
# Fix SPDX compatibility issues if needed
307
- if [[ "$detected_format" == "spdx" && "$desired_format" == "cyclonedx" ]]; then
+ if [[ "$detected_format" == "spdxjson" && "$desired_format" == "cyclonedx" ]]; then
308
fix_spdx_compatibility "$extracted_sbom" "$fixed_sbom"
309
convert_sbom "$fixed_sbom" "$processed_sbom" "$detected_format" "$desired_format"
310
else
0 commit comments