ci: enable Static Application Security Testing

This commit is contained in:
naskya 2024-05-11 07:26:53 +09:00
parent b07dc87af6
commit f9e2bd2448
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -223,3 +223,13 @@ renovate:
before_script: []
script:
- 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