mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
ci: added security tests
This commit is contained in:
@ -6,10 +6,14 @@ image: $CI_DOCKER_REGISTRY/python:3.9
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
||||
|
||||
# different stages in the pipeline
|
||||
stages:
|
||||
- Formatter
|
||||
- Unittests
|
||||
- Test
|
||||
- Deploy
|
||||
|
||||
formatter:
|
||||
@ -35,7 +39,7 @@ pylint:
|
||||
expire_in: 1 week
|
||||
|
||||
tests:
|
||||
stage: Unittests
|
||||
stage: Test
|
||||
needs: []
|
||||
variables:
|
||||
QT_QPA_PLATFORM: "offscreen"
|
||||
|
Reference in New Issue
Block a user