v33.1.0
Changelog:
- Rename multiple pipelines for consistency and precision:
- docker: analyze_docker_image
- root_filesystems: analyze_root_filesystem_or_vm_image
- docker_windows: analyze_windows_docker_image
- inspect_manifest: inspect_packages
- deploy_to_develop: map_deploy_to_develop
- scan_package: scan_single_package
A data migration is included to facilitate the migration of existing data.
Only the new names are available in the web UI but the REST API and CLI are backward
compatible with the old names. #1044
- Generate CycloneDX SBOM in 1.5 spec format, migrated from 1.4 previously.
The Package vulnerabilities are now included in the CycloneDX SBOM when available. #807 - Improve the inspect_manifest pipeline to accept archives as inputs. #1034
- Add support for "tagging" download URL inputs using the "#" section of URLs.
This feature is particularly useful in the map_develop_to_deploy pipeline when
download URLs are utilized as inputs. Tags such as "from" and "to" can be specified
by adding "#from" or "#to" fragments at the end of the download URLs.
Using the CLI, the uploaded files can be tagged using the "filename:tag" syntax
while using the--input-filearguments.
In the UI, tags can be edited from the Project details view "Inputs" panel.
On the REST API, a newupload_file_tagfield is available to use along the
upload_file. #708
What's Changed
- Rename multiple pipelines #1044 by @tdruez in #1053
- Removed extra spaces from package copyright section. by @Divyansh044 in #1054
- Display the entire content of map files by @keshav-space in #1014
- Upgrade CycloneDX output to SPEC v1.5 #807 by @tdruez in #1057
- Update inspect_manifest to accept archives by @AyanSinhaMahapatra in #1037
- Add support for "tagging" URL inputs using # #708 by @tdruez in #1062
- Create "client" matching pipeline by @JonoYang in #1042
- scancode-action docs #599 by @tdruez in #1065
- Support patterns in ABOUT resource paths by @AyanSinhaMahapatra in #982
- Add support for tagging input files in CLI and UI #708 by @tdruez in #1069
New Contributors
- @Divyansh044 made their first contribution in #1054
Full Changelog: v33.0.0...v33.1.0