Your First Scan
Learn how to run your first compliance scan with Juro.
Basic Scan
# Scan current directory
juro scan
# Scan specific directory
juro scan --path ./my-project
# Scan with specific regulations
juro scan --regulations GDPR,SOC2
Understanding Results
After running a scan, you'll see:
- Violations Found: Number of compliance issues
- Severity Levels: HIGH, MEDIUM, LOW
- File Locations: Where violations were found
- Suggestions: How to fix the issues
Next Steps
- Configuration - Customize your scanning
- Features - Learn about all features
- Tutorials - Advanced scanning techniques