-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working