summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ssh/README.md1
-rw-r--r--doc/user/application_security/sast/analyzers.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index f0d875b229f..e6375f15157 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting
```shell
ssh-keygen -t rsa -b 2048 -C "email@example.com"
+```
The `-C` flag, with a quoted comment such as an email address, is an optional way to label your SSH keys.
diff --git a/doc/user/application_security/sast/analyzers.md b/doc/user/application_security/sast/analyzers.md
index 3ce52a024bd..9010a7cae0b 100644
--- a/doc/user/application_security/sast/analyzers.md
+++ b/doc/user/application_security/sast/analyzers.md
@@ -139,7 +139,7 @@ The [Security Scanner Integration](../../../development/integrations/secure.md)
## Analyzers Data
-| Property \ Tool | Apex | Bandit | Brakeman | ESLint security | Find Sec Bugs | Flawfinder | Go AST Scanner | Kubesec Scanner | NodeJsScan | Php CS Security Audit | Security code Scan (.NET) | Sobelow | TSLint Security |
+| Property \ Tool | Apex | Bandit | Brakeman | ESLint security | Find Sec Bugs | Flawfinder | Gosec | Kubesec Scanner | NodeJsScan | Php CS Security Audit | Security code Scan (.NET) | Sobelow | TSLint Security |
| --------------------------------------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :---------------------: | :-------------------------: | :----------------: | :-------------: |
| Severity | ✓ | ✓ | 𐄂 | 𐄂 | ✓ | 𐄂 | ✓ | ✓ | 𐄂 | ✓ | 𐄂 | 𐄂 | ✓ |
| Title | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |