@cyclonedx/bom 4.1.0•Public• Published8 months ago CycloneDX BOM This is a so-calledmeta-package, it does not ship any own functionality, but it is a collection of optional dependencies. This package's dependencies are tools* with one purpose in common:...
SaaSBOM VDR VEX CODEOWNERS LICENSE README.md CycloneDX BOM Examples CycloneDX was designed from the ground-up to be a Bill of Materials (BOM) format, capable of capturing complex inventory information for a wide range of cybersecurity and software supply chain use cases. ...
cyclonedx-node-module Creates CycloneDX BOMs from Node.js projects npm install -g cyclonedx-bom cyclone-dx [path] The BOM is printed to stdout. If no path is given, it defaults to the current directory. Readme KeywordsnonePackage Sidebar Install npm i cyclonedx-bom Repository github.com/eof...
BOM, s *sbom.SBOM, idMap map[string]interface{}) error { if bom.Components == nil { components := []cyclonedx.Component{} Contributor kzantow Aug 5, 2024 I think this change could be simplified to just adding this block: if bom.Metadata.Component != nil collectPackages(bom....
plugins { id 'org.cyclonedx.bom' version '1.8.2' } 这将应用 CycloneDX Gradle 插件到您的构建中。Spring Boot 会检测到这一点并自动配置插件,您不需要再做任何更改。 如果您使用的是 Maven,请在pom.xml中添加以下内容: <plugins> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven...
asfgit closed pull request #577: Bump org.cyclonedx.bom from 1.8.1 to 1.8.2 URL: https://github.com/apache/poi/pull/577 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific ...
plugins { id 'org.cyclonedx.bom' version '1.8.2' } 这将应用 CycloneDX Gradle 插件到您的构建中。Spring Boot 会检测到这一点并自动配置插件,您不需要再做任何更改。 如果您使用的是 Maven,请在pom.xml中添加以下内容: <plugins> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven...
docker run --rm -e CDXGEN_DEBUG_MODE=debug -v /tmp:/tmp -v$(pwd):/app:rw -t ghcr.io/cyclonedx/cdxgen:master -r /app -o /app/bom.json To use the deno version, useghcr.io/cyclonedx/cdxgen-denoas the image name. docker run --rm -e CDXGEN_DEBUG_MODE=debug -v /tmp:/tmp...
2 changes: 1 addition & 1 deletion 2 plugins/reporters/cyclonedx/src/main/kotlin/BomExtensions.kt Original file line numberDiff line numberDiff line change @@ -67,7 +67,7 @@ internal fun Bom.addExternalReference(type: ExternalReference.Type, url: String, * Add the given [ORT package][...
plugins { id 'org.cyclonedx.bom' version '1.8.2' } 这将应用 CycloneDX Gradle 插件到您的构建中。Spring Boot 会检测到这一点并自动配置插件,您不需要再做任何更改。 如果您使用的是 Maven,请在pom.xml中添加以下内容: <plugins> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven...