mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
docs: Add CodeQL in docs (#26645)
Signed-off-by: Kevin Joe Harris <kevinjoeharris1@gmail.com>
This commit is contained in:
parent
a3b4c8327f
commit
db8c801b0d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Static Code Analysis
|
||||
# Code Quality and Security Scanning
|
||||
|
||||
We use the following static code analysis tools:
|
||||
We use the following code quality and security scanning tools:
|
||||
|
||||
* `golangci-lint` and `eslint` for compile time linting
|
||||
* [CodeQL](https://codeql.github.com/) - for semantic code analysis
|
||||
* [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
|
||||
|
|
|
|||
Loading…
Reference in a new issue