Fix: Isolate SBOM PATH flag
[releng/global-jjb.git] / releasenotes / notes / maven-sbom-generator-path-7987d3ec5dc2c1f9.yaml
1 ---
2 fixes:
3   - |
4     SBOM's path flag does not work as expected. We need to introduce a new
5     flag called SBOM_PATH to isolate the path where SBOM is going to be
6     extracted to and executed from. By default this is set to $WORKSPACE but
7     some projects need to execute the sbom from a different location in their
8     code. See https://github.com/opensbom-generator/spdx-sbom-generator/issues/227