Using cyclonedx-editor-validator in python script #133
-
I want to use cdx-ev from a python script. |
Beta Was this translation helpful? Give feedback.
Answered by
italvi
Mar 21, 2024
Replies: 1 comment 2 replies
-
@cedricwritescode I think the best starting point is to look at our |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently no official support for the use within scripts is planned. The primarily use-case for the tool is the usage within pipelines, so I would suggest to stick to your approach, using
subprocess.run
.