mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove tags from test stage tasks
Just changed testers runner assignment
This commit is contained in:
parent
be757a24cc
commit
15ace49660
@ -18,22 +18,10 @@ sast:
|
|||||||
SAST_BANDIT_EXCLUDED_PATHS: "'*/migrations/*, */vendors/*'"
|
SAST_BANDIT_EXCLUDED_PATHS: "'*/migrations/*, */vendors/*'"
|
||||||
SAST_EXCLUDED_ANALYZERS: semgrep
|
SAST_EXCLUDED_ANALYZERS: semgrep
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
secret_detection:
|
secret_detection:
|
||||||
variables:
|
variables:
|
||||||
SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors
|
SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
gemnasium-dependency_scanning:
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
gemnasium-python-dependency_scanning:
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: .gitlab/lint.yml
|
- local: .gitlab/lint.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user