Commit f398664e authored by Olivier Gonzalez's avatar Olivier Gonzalez Committed by Philippe Lafoucrière

Add Go to supported languages list for SAST

parent 30e02124
......@@ -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