650d8a6e879bb4ab20df6b5ec2353ba3529b54eb
[releng/global-jjb.git] / releasenotes / notes / fix-sbom-file-creation-12eb6bc1d0cdaf36.yaml
1 ---
2 prelude: >
3     The SBOM generator script creates an spdx file in the root level.
4     When the artifacts are staged the file gets overwritten.
5 fixes:
6   - |
7     Create the spdx file as ${PROJECT}-sbom-${release_version}.spdx
8     and then copy the spdx file under the namespace ${group_id_path} dir.