Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
98692a8dd5
commit
13150a38e7
2 changed files with 2 additions and 1 deletions
|
@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ssh-keygen -t rsa -b 2048 -C "email@example.com"
|
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.
|
The `-C` flag, with a quoted comment such as an email address, is an optional way to label your SSH keys.
|
||||||
|
|
||||||
|
|
|
@ -139,7 +139,7 @@ The [Security Scanner Integration](../../../development/integrations/secure.md)
|
||||||
|
|
||||||
## Analyzers Data
|
## 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 | ✓ | ✓ | 𐄂 | 𐄂 | ✓ | 𐄂 | ✓ | ✓ | 𐄂 | ✓ | 𐄂 | 𐄂 | ✓ |
|
| Severity | ✓ | ✓ | 𐄂 | 𐄂 | ✓ | 𐄂 | ✓ | ✓ | 𐄂 | ✓ | 𐄂 | 𐄂 | ✓ |
|
||||||
| Title | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| Title | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
Loading…
Reference in a new issue