Commit eddaeba1 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Merge branch 'docs-5237-add-sast-for-go' into 'master'

Add Go to supported languages list for SAST

See merge request gitlab-org/gitlab-ee!5280
parents 30e02124 f398664e
......@@ -25,12 +25,13 @@ request widget area.
The following languages and frameworks are supported.
| Language / framework | Scan tool |
|----------------------|----------------------------------------------------|
| C/C++ | [Flawfinder](https://www.dwheeler.com/flawfinder/) |
| Python | [bandit](https://github.com/openstack/bandit) |
| Ruby on Rails | [brakeman](https://brakemanscanner.org) |
| Java | [find-sec-bugs](https://find-sec-bugs.github.io/) |
| Language / framework | Scan tool |
|----------------------|-------------------------------------------------------|
| C/C++ | [Flawfinder](https://www.dwheeler.com/flawfinder/) |
| Python | [bandit](https://github.com/openstack/bandit) |
| Ruby on Rails | [brakeman](https://brakemanscanner.org) |
| Java | [find-sec-bugs](https://find-sec-bugs.github.io/) |
| Go (experimental) | [Go AST Scanner](https://github.com/GoASTScanner/gas) |
## How it works
......
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