Merge branch 'collection' of csgitlab.ucd.ie:19206226/q-a_platform into collection

merge-requests/6/head
bug_creator 3 years ago
commit 86d4002bba

@ -52,9 +52,12 @@ docker:
- docker build -t registry.hub.docker.com/echo0821/web-methodology:latest .
- docker push registry.hub.docker.com/echo0821/web-methodology:latest
- docker rmi registry.hub.docker.com/echo0821/web-methodology
sast:
variables:
SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
#sast:
# variables:
# SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd
# stage: test
# only:
# - master
#include:
#- template: Security/SAST.gitlab-ci.yml
#- template: Security/Secret-Detection.gitlab-ci.yml

Loading…
Cancel
Save