Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8a400552
Commit
8a400552
authored
Jan 19, 2021
by
Dennis Appelt
Committed by
Rémy Coutable
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI job for checking yarn.lock
parent
9ba5b578
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
.gitlab/ci/verify-lockfile.gitlab-ci.yml
.gitlab/ci/verify-lockfile.gitlab-ci.yml
+11
-0
yarn.lock
yarn.lock
+1
-1
No files found.
.gitlab-ci.yml
View file @
8a400552
...
...
@@ -111,3 +111,4 @@ include:
-
local
:
.gitlab/ci/dast.gitlab-ci.yml
-
local
:
.gitlab/ci/workhorse.gitlab-ci.yml
-
local
:
.gitlab/ci/graphql.gitlab-ci.yml
-
local
:
.gitlab/ci/verify-lockfile.gitlab-ci.yml
.gitlab/ci/verify-lockfile.gitlab-ci.yml
0 → 100644
View file @
8a400552
verify_lockfile
:
stage
:
test
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-12.18-yarn-1.22-graphicsmagick-1.3.34
needs
:
[]
rules
:
-
changes
:
-
yarn.lock
script
:
-
npm config set @dappelt:registry https://gitlab.com/api/v4/projects/22564149/packages/npm/
-
npx lockfile-lint@4.3.7 --path yarn.lock --allowed-hosts yarn --validate-https
-
npx @dappelt/untamper-my-lockfile --lockfile yarn.lock
yarn.lock
View file @
8a400552
...
...
@@ -8424,7 +8424,7 @@ mkdirp@1.x, mkdirp@^1.0.4, mkdirp@~1.0.3:
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
version "0.5.1"
resolved "https://registry.
npmjs.org
/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
resolved "https://registry.
yarnpkg.com
/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment