The --include-crypto option doesn't produce a CBOM on a Java file #1165
Unanswered
joe-ratzer
asked this question in
Q&A
Replies: 1 comment 14 replies
-
@joeratzer could you change to src directory and try
atom will look for the bom file from the root directory of the folder being scanned. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am trying the CBOM option (--include-crypto), but it doesn't appear to work.
When I try this:
cdxgen -t java -o .bom.json ./src
the bom file is created fine.
But changing it to this:
cdxgen -t java --include-crypto -o bom.json ./src
creates an error message: "Bom file doesn't exist. Check if cdxgen was invoked with the correct type argument."
The source file is a very basic java file, with less than 10 lines of code.
Am I using the command incorrectly? I used the --include-crypto example from here - https://github.com/CycloneDX/cdxgen
Beta Was this translation helpful? Give feedback.
All reactions