Skip to content

DT-2534: Point to consent version of the ontology /search APIs #5917

DT-2534: Point to consent version of the ontology /search APIs

DT-2534: Point to consent version of the ontology /search APIs #5917

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- run: echo "NODE_VERSION=$(sed -n 's/FROM node:\([0-9.]*\).*/\1/p' Dockerfile)" >> $GITHUB_ENV
- uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev