What You’ll Accomplish
Query by Risks
Find critical vulnerabilities across all your projects
Policy Violations
Monitor and track policy violations from all vet instances
Policy Management
Test and deploy policies across all vet deployments
Malware Analysis
Enhanced threat detection with cloud-powered analysis
Method 1: Quick Onboarding with vet CLI
The easiest way to get started is using thevet cloud quickstart
command:
1
Install vet
Ensure you have vet installed on your system
2
Run Quickstart
Execute the quickstart command and follow the prompts
Method 2: Manual Web Onboarding
1
Create Account
Navigate to platform.safedep.io and sign up
2
Create Tenant
Complete onboarding and create your tenant, noting the Tenant Domain
3
Generate API Key
Create an API key for use with vet in your tenant settings
- Tenant Domain (e.g.,
your-company.safedep.io
) - API Key for authentication
Configure vet with SafeDep Cloud
Skip this section if you used the
vet cloud quickstart
commandAuthentication Setup
Configure vet to authenticate with your SafeDep Cloud tenant:Verify Authentication
Confirm that your vet instance can connect to SafeDep Cloud:Sync Data 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.GitHub Actions Integration
Configure vet-action to sync with SafeDep Cloud:1
Create Secrets
Add these GitHub Action Secrets:
SAFEDEP_CLOUD_API_KEY
SAFEDEP_CLOUD_TENANT_DOMAIN
2
Update Workflow
Modify your vet-action workflow:
Query Your Data
SafeDep Cloud provides a SQL-like query interface for exploring aggregated data:Authenticate first:
vet cloud login --tenant <your-tenant-domain>