Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Broken Links Inspector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
Broken Links Inspector
Commits
457a7af1
Verified
Commit
457a7af1
authored
Jun 26, 2020
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
064461ac
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7457
passed with warnings
Jun 26, 2020
Stage: test
Stage: security
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-5
28 additions, 5 deletions
.gitlab-ci.yml
with
28 additions
and
5 deletions
.gitlab-ci.yml
+
28
−
5
View file @
457a7af1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment