Skip to content

21.0.6+7 Windows SBOM files missing in the APIΒ #1383

@kmpzr

Description

@kmpzr

Describe the bug
SBOM files are available on the release page of 21.0.6+7 but the API https://api.adoptium.net/v3/assets/feature_releases/21/ga does not return them for Windows binaries.

To Reproduce
List of image_type=sbom from the 21.0.6+7 (latest) release.

$ curl -s 'https://api.adoptium.net/v3/assets/feature_releases/21/ga' | jq -r '.[0] | .binaries | map(select(.image_type=="sbom")) | length'
10

List of image_type=sbom && os=windows from the 21.0.6+7 (latest) release.

$ curl -s 'https://api.adoptium.net/v3/assets/feature_releases/21/ga' | jq -r '.[0] | .binaries | map(select(.os=="windows")) | map(select(.image_type=="sbom")) | length'
0

Expected behavior
The API should return the SBOM files for Windows binaries.

Device (please complete the following information):

  • OS: [Linux]
  • Browser [e.g. firefox, curl]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions