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

chore(deps): bump github.com/CycloneDX/cyclonedx-go from 0.7.2 to 0.8.0 #1829

Merged

Conversation

kl-sinclair
Copy link
Collaborator

@kl-sinclair kl-sinclair commented Jan 12, 2024

What did you implement:

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

$ vuls report -to-localfile -format-cyclonedx-json
or 
$ vuls report -to-localfile -format-cyclonedx-xml

check cyclondx

before

...
  "metadata": {
    "timestamp": "2023-05-30T13:02:36+09:00",
    "tools": [
      {
        "vendor": "future-architect",
        "name": "vuls",
        "version": "-"
      }
    ],
...

after

...
  "metadata": {
    "timestamp": "2024-01-12T13:44:56+09:00",
    "tools": {
      "components": [
        {
          "type": "application",
          "author": "future-architect",
          "name": "vuls",
          "version": "-"
        }
      ]
    },
...

Checklist:

You don't have to satisfy all of the following.

  • Write tests
  • Write documentation
  • Check that there aren't other open pull requests for the same issue/feature
  • Format your source code by make fmt
  • Pass the test by make test
  • Provide verification config / commands
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES

Reference

https://cyclonedx.org/docs/1.5/json/#metadata_tools

@kl-sinclair kl-sinclair self-assigned this Jan 12, 2024
@kl-sinclair kl-sinclair marked this pull request as ready for review January 12, 2024 04:49
@kotakanbe kotakanbe merged commit 098f308 into future-architect:master Jan 12, 2024
4 checks passed
@kl-sinclair kl-sinclair deleted the go_modules/cyclonedx-go-0.8.0 branch January 12, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants