Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore: npm audit fix --force #297

chore: npm audit fix --force

chore: npm audit fix --force #297

Workflow file for this run

# https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
name: Fuzz
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
fuzzing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version: "20"
# npm@9 may fail with https://github.com/npm/cli/issues/6723
# npm@10 may fail with "GitFetcher requires an Arborist constructor to pack a tarball"
- run: npm install -g npm@8
- run: npm ci
- run: npm run test:fuzz
Morty Proxy This is a proxified and sanitized view of the page, visit original site.