Skip to content

Can not have license ID #1964

@bj1116

Description

@bj1116

Can not have license ID
Exec Command :

syft packages sonatype/nexus3 -o cyclonedx-json

But can not have license id :

      "licenses": [
        {
          "license": {
            "name": "http://www.apache.org/licenses/LICENSE-2.0.txt"
          }
        }
      ],

Good json:

      "licenses": [
        {
          "license": {
            "id": "Apache-2.0"
          }
        }
      ],

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglicenserelating to software licensing

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions