Set up a gosec's users list

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2020-05-08 10:14:32 +02:00 committed by Cosmin Cojocar
parent 668512fc5c
commit 1b915ddad7
2 changed files with 14 additions and 0 deletions

View file

@ -324,3 +324,7 @@ go generate ./...
```
This will generate the `rules/tls_config.go` file which will contain the current ciphers recommendation from Mozilla.
## Who is using gosec?
This is a [list](USERS.md) with some of the gosec's users.

10
USERS.md Normal file
View file

@ -0,0 +1,10 @@
# Users
This is a list of gosec's users. Please send a pull request with your organisation or project name if you are using gosec.
1. [Gitlab](https://docs.gitlab.com/ee/user/application_security/sast/)
2. [semgrep.live](https://semgrep.live/)
3. [golangci-lint](https://github.com/golangci/golangci-lint)
4. [CloudBees](https://cloudbees.com)
5. [Jenkins X](https://github.com/jenkins-x/jx/blob/bdc51840a41b75776159c1c7b7faa1cf477be473/hack/linter.sh#L25)
6. [VMware](https://www.vmware.com)