Replies: 1 comment 1 reply
-
As a workaround, does this work ok when specific types are used with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker run -it --rm -v ${PWD}:/app:rw,Z --workdir /app ghcr.io/cyclonedx/cdxgen:v11.2.7 --exclue-type osquery --exclue-type os --exclue-type linux -o /app/cdxge n-dependency-scanning.cdx.json --spec-version 1.5 --evidence --profile research -p --deep -c /app
then I always got a list of dependencies even if it a blank directory, after reading the log, I found the log
what should i do to ignore this dependiences
Beta Was this translation helpful? Give feedback.
All reactions