Static and dynamic application security testing
Code Security Scanner provides comprehensive application security testing including SAST (static analysis), DAST (dynamic analysis), SCA (dependency scanning), and security policy enforcement. Integrates with CI/CD pipelines and supports multiple programming languages.
npm install @community/code-security-scanner
Add the following configuration to your config.json:
{
"securityScanner": {
"scan_types": ["sast", "sca"],
"severity_threshold": "medium",
"ci_integration": "github_actions"
}
}Ensure you have the following dependencies installed:
Restart your Adverant Nexus instance and the plugin will be available.
View full documentation →Check out our installation guide or reach out to support.
More plugins in this category
Install now and start using this plugin in your Adverant Nexus instance.