You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@S3j5b0 you're missing the output format option before the output. Also, you should use JSON as output and use scancode-workbench to visualize, as HTML is deprecated now.
So, your scan should have been scancode -ic devops-21/ --json-pp outut.json for the same command as you mentioned above.
This was a problem with providing the CLI options correctly and is documented in the docs clearly, with examples. From #2495 (comment) we see that you've run a scan correctly so closing this.
Hi, I'm trying to use scancode to scan o project.
Typing scancode --help gets me this format:
scancode [OPTIONS] <OUTPUT FORMAT OPTION(s)> <input>...
So i try passing my input directory in:
scancode -ic devops-21/
This however gives me:
'Error: Missing output option(s): at least one output option is required to save scan results.'
ok, cool, I should add an output option:
scancode -ic devops-21/ output.html
This however gives me this error
Invalid value for "input": Path "output.html" does not exist.
Which is really weird, why does it now interpret output.html as the input file?
How do I make the scan? a minimal working example would be really nice
The text was updated successfully, but these errors were encountered: