diff --git a/.gitignore b/.gitignore index 227faff..e713ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,19 @@ -dist/ -node_modules/ +.nogit/ + +# artifacts coverage/ public/ -config.json +pages/ + +# installs +node_modules/ + +# caches and builds .yarn/ -.npmci_cache +.cache/ +dist/ +dist_web/ +dist_serve/ +dist_ts_web/ + +# custom \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0dfb491..8321aed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,31 +34,6 @@ snyk: - docker - notpriv -sast: - stage: security - image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci - variables: - DOCKER_DRIVER: overlay2 - allow_failure: true - services: - - docker:stable-dind - script: - - npmci npm prepare - - npmci npm install - - npmci command npm run build - - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/') - - docker run - --env SAST_CONFIDENCE_LEVEL="${SAST_CONFIDENCE_LEVEL:-3}" - --volume "$PWD:/code" - --volume /var/run/docker.sock:/var/run/docker.sock - "registry.gitlab.com/gitlab-org/security-products/sast:$SP_VERSION" /app/bin/run /code - artifacts: - reports: - sast: gl-sast-report.json - tags: - - docker - - priv - # ==================== # test stage # ==================== diff --git a/package.json b/package.json index 5908a29..e398ad0 100644 --- a/package.json +++ b/package.json @@ -55,4 +55,4 @@ "lodash": "^4.17.11", "through2": "^3.0.1" } -} +} \ No newline at end of file