From 0b91244f91c053381639be3d69e1742d37e5887a Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Wed, 30 Aug 2023 11:21:08 +0530 Subject: [PATCH] Another attempt to fix SBOM Windows issue. --- Make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.bat b/Make.bat index f7bae43fe..ca101cc94 100644 --- a/Make.bat +++ b/Make.bat @@ -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...