2026-02-28 20:54:43 +00:00
|
|
|
# Code Quality and Security Scanning
|
2021-02-16 18:20:47 +00:00
|
|
|
|
2026-02-28 20:54:43 +00:00
|
|
|
We use the following code quality and security scanning tools:
|
2021-02-16 18:20:47 +00:00
|
|
|
|
2025-04-22 14:45:42 +00:00
|
|
|
* `golangci-lint` and `eslint` for compile time linting
|
2026-02-28 20:54:43 +00:00
|
|
|
* [CodeQL](https://codeql.github.com/) - for semantic code analysis
|
2021-02-16 18:20:47 +00:00
|
|
|
* [codecov.io](https://codecov.io/gh/argoproj/argo-cd) - for code coverage
|
|
|
|
|
* [snyk.io](https://app.snyk.io/org/argoproj/projects) - for image scanning
|
|
|
|
|
* [sonarcloud.io](https://sonarcloud.io/organizations/argoproj/projects) - for code scans and security alerts
|
|
|
|
|
|
2025-04-22 14:45:42 +00:00
|
|
|
These are at least run daily or on each pull request.
|