Skip to content

Commit

Permalink
Binary tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Feb 28, 2024
1 parent 4366b1a commit 3d6ba60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ def main():
sbom_output = args.sbom_output
else:
sbom_output = os.path.join(os.getcwd(), "bom.json")
if not os.path.exists(os.path.dirname(sbom_output)):
os.makedirs(os.path.dirname(sbom_output))
generate(src_dirs, sbom_output, args.deep_mode)
# Default case
else:
Expand Down

0 comments on commit 3d6ba60

Please sign in to comment.