mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
542 B
542 B
Code Quality and Security Scanning
We use the following code quality and security scanning tools:
golangci-lintandeslintfor 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.