Difference between using docker image and cdxgen cli #804
Unanswered
priyasharma127
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@priyasharma127, can you try with the latest version? You can pass |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -t ghcr.io/cyclonedx/cdxgen:v8.6.0 -r /app -o /app/bom.json
FAILURE: Build failed with an exception
Project EX/Projecta not found in the root project 'app'.
where as when used cdxgen -o bom.json, it uses colon notation ex:Projecta and no issues
how can rectify this?
Beta Was this translation helpful? Give feedback.
All reactions