Skip to content

[DCJ-400-docker]: Bump node from 22.7.0 to 22.8.0 in the docker-dependencies group #3915

[DCJ-400-docker]: Bump node from 22.7.0 to 22.8.0 in the docker-dependencies group

[DCJ-400-docker]: Bump node from 22.7.0 to 22.8.0 in the docker-dependencies group #3915

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 audit --omit=dev