We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16d079 commit 50765baCopy full SHA for 50765ba
1 file changed
script/create_sbom.py
@@ -40,6 +40,7 @@ def temporary_venv():
40
41
42
with temporary_venv() as python:
43
+ OUTPUT_FILE.parent.mkdir(parents=True, exist_ok=True)
44
subprocess.check_call([python, "-m", "pip", "install", DEPS]) # nosec
45
subprocess.check_call( # nosec
46
[python, "-m", "cyclonedx_py", "environment", "-o", str(OUTPUT_FILE)]
0 commit comments