ORT Scan hangs for .NET Project #9495
manikandantk88
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The scan step always hangs in different repo scan code. I could analyse my source code repository. I am running against a .NET based project.
I am running ORT tools using docker below is the command
docker run \ --rm \ --mount type=bind,source=/Users/manikandan/D3MINDS/tomax/OSS/mom-service/analyzer-output,target=/input \ --mount type=bind,source=/Users/manikandan/D3MINDS/tomax/OSS/mom-service/scanner-output,target=/output \ --mount type=bind,source=/Users/manikandan/D3MINDS/tomax/OSS/mom-service/ort,target=/home/ort/.ort \ ghcr.io/oss-review-toolkit/ort --debug -P ort.scanner.skipExcluded=true scan -i /input/analyzer-result.yml -o /output
Could anyone help here?
Beta Was this translation helpful? Give feedback.
All reactions