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]
Describe the bug
SBOM files are available on the release page of
21.0.6+7but the APIhttps://api.adoptium.net/v3/assets/feature_releases/21/gadoes not return them for Windows binaries.To Reproduce
List of
image_type=sbomfrom the21.0.6+7(latest) release.List of
image_type=sbom && os=windowsfrom the21.0.6+7(latest) release.Expected behavior
The API should return the SBOM files for Windows binaries.
Device (please complete the following information):