Skip to content

v33.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 13:30
· 524 commits to main since this release

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-file arguments.
    In the UI, tags can be edited from the Project details view "Inputs" panel.
    On the REST API, a new upload_file_tag field is available to use along the
    upload_file. #708

What's Changed

New Contributors

Full Changelog: v33.0.0...v33.1.0