forked from sbt/sbt-sbom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate the latest supported CycloneDX version by default
Support all versions supported by the cyclonedx library. Use 'diff' in the scripted test to get more useful output on failures. Draft because the serialNumber is not reproducible
- Loading branch information
Showing
8 changed files
with
101 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bom version="1" xmlns="http://cyclonedx.org/schema/bom/1.0"> | ||
<bom serialNumber="urn:uuid:110b6432-4928-49c0-962f-d6c6ad2abf3b" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6"> | ||
<components> | ||
<component type="library"> | ||
<group>org.scala-lang</group> | ||
|
@@ -9,6 +9,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
@@ -22,6 +23,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -35,6 +37,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -48,6 +51,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -61,6 +65,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -74,6 +79,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -87,6 +93,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/com.chuusai/[email protected]</purl> | ||
|
@@ -100,6 +107,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -113,6 +121,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -126,6 +135,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -139,6 +149,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -152,6 +163,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -165,6 +177,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.spire-math/[email protected]</purl> | ||
|
@@ -178,6 +191,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
@@ -22,6 +23,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -35,6 +37,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -48,6 +51,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -61,6 +65,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -74,6 +79,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -87,6 +93,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/com.chuusai/[email protected]</purl> | ||
|
@@ -100,6 +107,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -113,6 +121,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -126,6 +135,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -139,6 +149,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -152,6 +163,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -165,6 +177,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.spire-math/[email protected]</purl> | ||
|
@@ -178,6 +191,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
@@ -191,6 +205,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
@@ -204,6 +219,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -217,6 +233,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -230,6 +247,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -243,6 +261,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -256,6 +275,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -269,6 +289,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/com.chuusai/[email protected]</purl> | ||
|
@@ -282,6 +303,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/io.circe/[email protected]</purl> | ||
|
@@ -295,6 +317,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -308,6 +331,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -321,6 +345,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -334,6 +359,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.typelevel/[email protected]</purl> | ||
|
@@ -347,6 +373,7 @@ | |
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://opensource.org/licenses/MIT</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.spire-math/[email protected]</purl> | ||
|
@@ -360,6 +387,7 @@ | |
<licenses> | ||
<license> | ||
<name>Apache-2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0</url> | ||
</license> | ||
</licenses> | ||
<purl>pkg:maven/org.scala-lang/[email protected]</purl> | ||
|
Oops, something went wrong.