Files
argo-cd/docs/developer-guide/static-code-analysis.md
Alexander Matyushentsev ac5cfb9a60 docs: Updates docs for CII. (#5526)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-02-16 19:20:47 +01:00

441 B

Static Code Analysis

We use the following static code analysis tools:

  • golangci-lint and tslint for compile time linting
  • 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.