New Features
New configuration parameter includeBuildEnvironment added for cyclonedxDirectBom task (#714). When enabled, SBOM will include dependencies from build environment (e.g. from buildscript). Done via #728
Bug Fixes
For CycloneDX versions below 1.6 metadata.manufacture was not set (#731). Fixed via #732
What's Changed
- build(deps): bump org.cyclonedx.bom from 3.0.1 to 3.0.2 by @dependabot[bot] in #723
- docs: add initialization script example to readme by @skhokhlov in #729
- build(deps): upgrade gradle to 9.2.1 by @skhokhlov in #734
- build(deps): bump com.diffplug.spotless from 8.0.0 to 8.1.0 by @dependabot[bot] in #726
- fix: missing manufacture for spec versions < 1.6 by @mpidash in #732
- feat: Add
includeBuildEnvironmentoption by @skhokhlov in #728 - build: prepare version 3.1.0 by @skhokhlov in #735
New Contributors
Full Changelog: cyclonedx-gradle-plugin-3.0.2...cyclonedx-gradle-plugin-3.1.0