argo-cd/docs/developer-guide/static-code-analysis.md
S Kevin Joe Harris db8c801b0d
docs: Add CodeQL in docs (#26645)
Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
2026-02-28 13:54:43 -07:00

542 B

Code Quality and Security Scanning

We use the following code quality and security scanning tools:

  • golangci-lint and eslint for compile time linting
  • CodeQL - for semantic code analysis
  • codecov.io - for code coverage
  • snyk.io - for image scanning
  • sonarcloud.io - for code scans and security alerts

These are at least run daily or on each pull request.