Skip to content

DCJ-667: Use better-npm-audit for CI instead of plain npm-audit #3923

DCJ-667: Use better-npm-audit for CI instead of plain npm-audit

DCJ-667: Use better-npm-audit for CI instead of plain npm-audit #3923

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: npm ci
- name: npm audit
run: npm run audit