Skip to content
Snippets Groups Projects
Verified Commit 457a7af1 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 064461ac
Branches
No related tags found
No related merge requests found
Pipeline #7457 passed with warnings
default: default:
image: dbogatov/docker-sources:node--14.4-alpine3.12
tags: tags:
- docker - docker
stages: stages:
- test - test
- security
- release - release
lint: lint:
image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: test stage: test
script: script:
- npm install - npm install
- npm run lint - npm run lint
test: test:
image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: test stage: test
script: script:
- npm install - npm install
...@@ -29,7 +29,6 @@ test: ...@@ -29,7 +29,6 @@ test:
cobertura: coverage/cobertura-coverage.xml cobertura: coverage/cobertura-coverage.xml
release: release:
image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: release stage: release
script: script:
- | - |
...@@ -67,7 +66,6 @@ release: ...@@ -67,7 +66,6 @@ release:
allow_failure: true allow_failure: true
code_navigation: code_navigation:
image: dbogatov/docker-sources:node--14.4-alpine3.12
stage: release stage: release
script: script:
- npm install -g @sourcegraph/lsif-tsc - npm install -g @sourcegraph/lsif-tsc
...@@ -85,4 +83,29 @@ include: ...@@ -85,4 +83,29 @@ include:
- template: License-Scanning.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml - template: Dependency-Scanning.gitlab-ci.yml
- template: Code-Quality.gitlab-ci.yml
# ADJUSTMENTS
gemnasium-dependency_scanning:
stage: security
nodejs-scan-sast:
stage: security
before_script:
- npm install
- npm build
license_scanning:
stage: security
retire-js-dependency_scanning:
stage: security
secret_detection:
stage: security
secrets-sast:
stage: security
tslint-sast:
stage: security
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment