mirror of
https://gitlab.com/components/sast.git
synced 2025-07-01 15:58:28 +02:00
Add .gitlab-ci.yml and test Ruby app
This commit is contained in:
parent
4150356e21
commit
85795eaed6
17 changed files with 240 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
## SAST (Static Application Security Testing)
|
||||
# SAST (Static Application Security Testing)
|
||||
|
||||
Read more about this feature here: https://docs.gitlab.com/ee/user/application_security/sast/
|
||||
|
||||
|
@ -40,10 +40,3 @@ include:
|
|||
| `search_max_depth` | `4` | Defines how many directory levels the search for programming languages should span |
|
||||
| `run_kubesec_sast` | `"false"` | Set it to `"true"` to run `kubesec-sast` job |
|
||||
| `include_experimental` | `"false"` | Set it to `"true"` to enable [experimental analyzers](https://docs.gitlab.com/ee/user/application_security/sast/#experimental-features) |
|
||||
|
||||
### Variables
|
||||
|
||||
| Variable | Default value | Description |
|
||||
| -------- | ------------- | ----------- |
|
||||
|
||||
### ToDos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue