Add .gitlab-ci.yml and test Ruby app

This commit is contained in:
Fabio Pitino 2023-05-03 17:02:09 +01:00
parent 4150356e21
commit 85795eaed6
17 changed files with 240 additions and 8 deletions

View file

@ -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