Get started with SafeDep Cloud in under 10 minutes
SafeDep Cloud provides a control and data aggregation service on top of security tools like vet. This guide will help you connect your vet instances to SafeDep Cloud for centralized policy management and reporting.
Find critical vulnerabilities across all your projects
Monitor and track policy violations from all vet instances
Test and deploy policies across all vet deployments
Enhanced threat detection with cloud-powered analysis
The easiest way to get started is using the vet cloud quickstart
command:
Install vet
Ensure you have vet installed on your system
Run Quickstart
Execute the quickstart command and follow the prompts
Create Account
Navigate to platform.safedep.io and sign up
Create Tenant
Complete onboarding and create your tenant, noting the Tenant Domain
Generate API Key
Create an API key for use with vet in your tenant settings
After completing onboarding, you should have:
your-company.safedep.io
)Skip this section if you used the vet cloud quickstart
command
Configure vet to authenticate with your SafeDep Cloud tenant:
You’ll be prompted to enter your API key securely.
Confirm that your vet instance can connect to SafeDep Cloud:
Enable the sync reporting module to send vet findings to SafeDep Cloud:
The example uses package-lock.json
, but vet supports many package manifest formats and code analysis.
Configure vet-action to sync with SafeDep Cloud:
Create Secrets
Add these GitHub Action Secrets:
SAFEDEP_CLOUD_API_KEY
SAFEDEP_CLOUD_TENANT_DOMAIN
Update Workflow
Modify your vet-action workflow:
SafeDep Cloud provides a SQL-like query interface for exploring aggregated data:
Authenticate first: vet cloud login --tenant <your-tenant-domain>
Export query results to CSV:
View the complete data schema to build custom queries:
Learn advanced authentication and access control
Enable enhanced threat detection capabilities
Find answers to common questions
Integrate SafeDep Cloud with your systems