ScanCode.io documentation¶
ScanCode.io is a server to script and automate software composition analysis with ScanPipe pipelines. First application is for Docker container and VM composition analysis.
Getting Started
Tutorial
Reference Documentation
- ScanPipe Concepts
- Pipelines
- Pipes
- ScanPipe Commands Help
- $ scanpipe –help
- $ scanpipe <subcommand> –help
- $ scanpipe create-project <name>
- $ scanpipe add-input –project PROJECT [–input-file FILES] [–input-url URLS]
- $ scanpipe add-pipeline –project PROJECT PIPELINE_NAME [PIPELINE_NAME …]
- $ scanpipe execute –project PROJECT
- $ scanpipe show-pipeline –project PROJECT
- $ scanpipe status –project PROJECT
- $ scanpipe output –project PROJECT –format {json,csv,xlsx}
- $ scanpipe graph [PIPELINE_NAME …]
- $ scanpipe delete-project –project PROJECT
- ScanPipe REST API
- ScanCode.io Settings
- Offline packaging and installation