Documentation
Everything you need to know about VeeStack
🚀 Getting Started
🔒 Security
Security Rules
All detected vulnerabilities
Local-Only Mode
Scan without uploading code
veestack scan --local-only⚙️ Automation
CI/CD Integration
GitHub Actions, GitLab, CircleCI
Exit Codes
Block deployments on critical findings
veestack scan --ci --fail-on high🏢 Enterprise Features
Data Sovereignty
Local-only scanning
Supply Chain Security
CVE & License scanning
Technical Debt
Time estimates for fixes
💡 Suppressing Warnings
// Ignore specific line
eval(userInput); // veestack-disable-line
// Ignore specific rule
// veestack-disable-line SEC-001
// Ignore next line
// veestack-disable-next-line
dangerousFunction();