Skip to content

Commit

Permalink
[CID-2087] Removing CycloneDx=schema.version from ort report params a…
Browse files Browse the repository at this point in the history
…nd upgrading cyclonedx-core-java to 8.0.3 (#68)
  • Loading branch information
ahmed-ali-55 authored Nov 27, 2023
1 parent e6ecbb3 commit 16ec919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.reactivestreams:reactive-streams:1.0.4")
implementation("com.expediagroup:graphql-kotlin-spring-client:6.2.2")
implementation("org.cyclonedx:cyclonedx-core-java:7.2.0")
implementation("org.cyclonedx:cyclonedx-core-java:8.0.3")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("com.ninja-squad:springmockk:4.0.2"){
exclude(module = "mockito-core")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ class OrtService(
"-f", "CycloneDX",
"-i", "/project/${projectUrl.substringAfterLast("/")}_ORT_produced_files/analyzer-result.yml",
"-o", "/project/${projectUrl.substringAfterLast("/")}_ORT_produced_files",
"-O", "CycloneDx=output.file.formats=json",
"-O", "CycloneDx=schema.version=1.4"
"-O", "CycloneDx=output.file.formats=json"
)

addOrtArgs(args, ortArgs)
Expand Down

0 comments on commit 16ec919

Please sign in to comment.