We are introducing a new Security Scanning capability in the monday code deployment pipeline, now available for all monday developers.
This feature analyzes your deployment for vulnerabilities across both dependencies and code. Each scan generates a structured JSON report and a clear CLI summary, making it easier to understand issues and take action when needed.
What the feature includes
- Deploy with automated security scanning using code:push -s
- Get a clean, human-readable summary of findings with code:report
- Download the full JSON scan results using code:report -o
- Identify issues efficiently with file paths, line references, severity indicators and links to relevant CVEs or rule documentation
Scans are informational-only and do not block deployments, giving you a frictionless way to explore the feature while strengthening your app’s security.
We’d appreciate your feedback on report clarity, severity categorization and how well this integrates into your deployment workflow through this thread.
Read the docs here & enjoy coding,
Shahar from Apps Framework