@cyclonedx/cdxgen 10.3.4 → 10.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cdxgen.js +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/bin/cdxgen.js
CHANGED
package/index.js
CHANGED
|
@@ -1204,7 +1204,7 @@ export async function createJavaBom(path, options) {
|
|
|
1204
1204
|
) {
|
|
1205
1205
|
const cdxMavenPlugin =
|
|
1206
1206
|
process.env.CDX_MAVEN_PLUGIN ||
|
|
1207
|
-
"org.cyclonedx:cyclonedx-maven-plugin:2.
|
|
1207
|
+
"org.cyclonedx:cyclonedx-maven-plugin:2.8.0";
|
|
1208
1208
|
const cdxMavenGoal = process.env.CDX_MAVEN_GOAL || "makeAggregateBom";
|
|
1209
1209
|
let mvnArgs = [`${cdxMavenPlugin}:${cdxMavenGoal}`, "-DoutputName=bom"];
|
|
1210
1210
|
if (includeMavenTestScope) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyclonedx/cdxgen",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.5",
|
|
4
4
|
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
|
|
5
5
|
"homepage": "http://github.com/cyclonedx/cdxgen",
|
|
6
6
|
"author": "Prabhu Subramanian <prabhu@appthreat.com>",
|