Commit 0399de90 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-6999-rename-gas-to-gosec' into 'master'

Rename go tool for sast

See merge request gitlab-org/gitlab-ee!6730
parents d6d76b8c ebb94913
......@@ -28,11 +28,11 @@ The following languages and frameworks are supported.
| Language / framework | Scan tool |
|-----------------------|----------------------------------------------------------------------------------------|
| C/C++ | [Flawfinder](https://www.dwheeler.com/flawfinder/) |
| Python | [bandit](https://github.com/PyCQA/bandit) |
| Python | [bandit](https://github.com/PyCQA/bandit) |
| Ruby on Rails | [brakeman](https://brakemanscanner.org) |
| Java (Maven & Gradle) | [find-sec-bugs](https://find-sec-bugs.github.io/) |
| Scala (sbt) | [find-sec-bugs](https://find-sec-bugs.github.io/) |
| Go (experimental) | [Go AST Scanner](https://github.com/GoASTScanner/gas) |
| Go (experimental) | [Gosec](https://github.com/securego/gosec) |
| PHP | [phpcs-security-audit](https://github.com/FloeDesignTechnologies/phpcs-security-audit) |
| .NET | [Security Code Scan](https://security-code-scan.github.io) |
| Node.js | [NodeJsScan](https://github.com/ajinabraham/NodeJsScan) |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment