mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
security: lockfile lint check (#4446)
This commit is contained in:
parent
99d5c7c943
commit
d21afba45a
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ jobs:
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
- name: "Lint test package-lock.json"
|
||||||
|
install:
|
||||||
|
- "npm install lockfile-lint"
|
||||||
|
script:
|
||||||
|
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
- name: "Run the Backend tests with Plugins"
|
- name: "Run the Backend tests with Plugins"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
|
|
Loading…
Reference in a new issue