Comment on page
Quick Start
Follow these 4 simple steps to get started with Privado
curl -o- https://raw.githubusercontent.com/Privado-Inc/privado-cli/main/install.sh | bash
privado scan <source directory>
The results are generated at
<source directory>/.privado/privado.json
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 modified 1yr ago