mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Set up a gosec's users list
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
668512fc5c
commit
1b915ddad7
2 changed files with 14 additions and 0 deletions
|
@ -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
10
USERS.md
Normal 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)
|
Loading…
Reference in a new issue