Skip to content

Error executing npm package web-check

Hi,

I've added your project to my CI config, following the instructions on the README. However, it seems to have an issue executing your npm package.

My config

stages:
- secret-detection
- lint
- test
sast:
  stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- component: $CI_SERVER_FQDN/loefflerlabs/web-check-ci/web-check@v1.0.4

The error on the job

$ if [ -f ".baseline.config.json" ]; then # collapsed multi-line command
ℹ️ No .baseline.config.json found, using inputs
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/web-check - Not found
npm error 404
npm error 404  'web-check@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.