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 build -t registry.hub.docker.com/echo0821/web-methodology:latest .
- docker push 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 - docker rmi registry.hub.docker.com/echo0821/web-methodology
sast: #sast:
variables: # variables:
SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd # SAST_EXCLUDED_PATHS: spec, test, tests, tmp, editormd
stage: test # stage: test
include: # only:
- template: Security/SAST.gitlab-ci.yml # - master
#include:
#- template: Security/SAST.gitlab-ci.yml
#- template: Security/Secret-Detection.gitlab-ci.yml

Loading…
Cancel
Save