Skip to content

Commit

Permalink
Remove backslash from the directory path to fix the SBOM generation i…
Browse files Browse the repository at this point in the history
…ssue on Windows.
  • Loading branch information
khushboovashi committed Aug 31, 2023
1 parent 0b91244 commit ed8aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ REM Main build sequence Ends

:GENERATE_SBOM
ECHO Generating SBOM...
CALL 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...
Expand Down

0 comments on commit ed8aeed

Please sign in to comment.