Another attempt to fix SBOM Windows issue.

This commit is contained in:
Khushboo Vashi 2023-08-30 11:21:08 +05:30
parent 46c67a2f4e
commit 0b91244f91

View File

@ -364,7 +364,7 @@ REM Main build sequence Ends
:GENERATE_SBOM
ECHO Generating SBOM...
syft "%BUILDROOT%\" -o cyclonedx-json > "%BUILDROOT%\sbom.json"
CALL syft "%BUILDROOT%\" -o cyclonedx-json > "%BUILDROOT%\sbom.json"
:SIGN_INSTALLER
ECHO Attempting to sign the installer...