Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 258 Bytes

static-code-analysis.md

File metadata and controls

8 lines (5 loc) · 258 Bytes

Static Code Analysis

We use the following static code analysis tools:

  • golangci-lint and tslint for compile time linting.
  • Snyk for image scanning.

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