Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update created tools section to v1.6 #528

Open
bernhardreiter opened this issue Sep 25, 2024 · 1 comment
Open

update created tools section to v1.6 #528

bernhardreiter opened this issue Sep 25, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bernhardreiter
Copy link

A freshly created sbom has:

{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:4e6c0fc0-203b-45bf-94f8-28635de98f51",
  "version": 1,
  "metadata": {
    "timestamp": "2024-09-23T16:51:48+02:00",
    "tools": [
      {
        "vendor": "CycloneDX",
        "name": "cyclonedx-gomod",
        "version": "v1.8.0",
        "hashes": [
          {
            "alg": "MD5",
            "content": "f1451a88dd6ced4acaa8f8e8c36608db"
          }
]}]}}

but https://cyclonedx.org/docs/1.6/json/#tab-pane_metadata_tools_oneOf_i0 says that tools as array is deprecated.
So the new form should be used.

@nscuro nscuro added enhancement New feature or request good first issue Good for newcomers labels Sep 25, 2024
@huf1
Copy link

huf1 commented Nov 26, 2024

can confirm this. Is it possible to use the new format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants