ci: enable Static Application Security Testing
This commit is contained in:
parent
b07dc87af6
commit
f9e2bd2448
1 changed files with 10 additions and 0 deletions
|
@ -223,3 +223,13 @@ renovate:
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- renovate --platform gitlab --token "${API_TOKEN}" --endpoint "${CI_SERVER_URL}/api/v4" "${CI_PROJECT_PATH}"
|
- renovate --platform gitlab --token "${API_TOKEN}" --endpoint "${CI_SERVER_URL}/api/v4" "${CI_PROJECT_PATH}"
|
||||||
|
|
||||||
|
sast:
|
||||||
|
stage: test
|
||||||
|
services: []
|
||||||
|
before_script: []
|
||||||
|
rules:
|
||||||
|
- if: $TEST == 'false'
|
||||||
|
when: never
|
||||||
|
include:
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
Loading…
Reference in a new issue