Quick Start
Follow these 4 simple steps to get started with Privado
Install and start Docker
Make sure you have docker installed and running. Docker download page
Download Privado CLI
curl -o- https://raw.githubusercontent.com/Privado-Inc/privado-cli/main/install.sh | bash
Scan your repository
privado scan <source directory>
Get results
The results are generated at <source directory>/.privado/privado.json
Visualize results
To visualize the results and generate reports, you can create a free account at the end of a successful scan. Once a scan is complete, it will ask your permission to synchronize the generated results with Privado Cloud Dashboard. Note that no code is sent to the cloud. Upon successful sync, you can view the results on our free platform.
Last updated