Authentication Errors
User Not Found
Error Message:Register Account
Follow the quickstart guide to register with SafeDep Cloud
Tenant Not Found
Error Message:- Configure Tenant
- Alternative Method
- Find Your Tenant
API and Connectivity Issues
Rate Limiting
Error Message:- Back off briefly and retry. SafeDep enforces per-second rate limits, so a short pause clears the error (see Authentication for the current limits)
- Reduce the frequency of API calls and use batch operations where possible
- Contact support for increased rate limits if needed
Network Connectivity
Error Message:- Check internet connectivity
- Verify DNS resolution for
api.safedep.io - Check firewall settings and proxy configuration
- Ensure HTTPS traffic on port 443 is allowed
SSL/TLS Issues
Error Message:- Update your system’s CA certificates
- Check system clock accuracy
- Verify no proxy is interfering with SSL
- Try updating Vet to the latest version
Configuration Issues
Invalid API Key
Error Message:Expired Tokens
Error Message:Configuration File Issues
Error Message:- Check file permissions on Vet configuration directory
- Ensure user has write access to
~/.config/vet/ - Try running with appropriate permissions
- Clear and recreate configuration if corrupted
Data Sync Issues
Sync Failures
Error Message:- Verify project name and version are correctly specified
- Check that tenant has permissions for data sync
- Ensure API key includes sync permissions
- Retry with proper project identification
Missing Data
Issue: Scanned data doesn’t appear in SafeDep Cloud Solution:Query Failures
Error Message:- Verify SQL syntax is correct
- Check table and column names in schema
- Use
safedep query schema listto view available tables - Ensure proper quoting for identifiers with special characters
GitHub Actions Issues
Secret Configuration
Issue: GitHub Action fails with authentication errors Solution:Check Secrets
Verify these secrets are set in your repository:
SAFEDEP_CLOUD_API_KEYSAFEDEP_CLOUD_TENANT_DOMAIN
Action Version Issues
Issue: Action fails with “unknown parameter” errors Solution:- Update to the latest version of vet-action
- Check the action documentation for parameter changes
- Verify you’re using supported parameters for your action version
Performance Issues
Slow Scans
Issue: Scans take too long to complete Solution:- Use path exclusions to skip irrelevant directories
- Scan specific manifest files instead of entire directories
- Adjust timeout settings for malware analysis
- Use JSON dump workflow for repeated analysis
Memory Issues
Issue: Vet runs out of memory during scans Solution:- Scan smaller directory trees
- Use exclusions to skip large dependency directories
- Increase available memory in CI/CD environments
- Process large monorepos in batches
Getting Additional Help
GitHub Issues
Report bugs and request features
Documentation
Setup guides
Community Support
Join our Discord community for help
Contact Support
Direct support

