Skip to content

[UTOPIA-1583] Implement package for text editor on PIA Pathways Questionnaire #73

[UTOPIA-1583] Implement package for text editor on PIA Pathways Questionnaire

[UTOPIA-1583] Implement package for text editor on PIA Pathways Questionnaire #73

Workflow file for this run

name: "E2E NPM Audit"
on:
pull_request:
branches:
- main
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
# Checkout Repository
- uses: actions/checkout@v4
# Install e2e Dependencies
- name: install dependencies
run: |
cd src/e2e/
npm ci
# Checkout for moderate or higher vulnerabilities in e2e package.json
- uses: oke-py/npm-audit-action@v2
with:
audit_level: high
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: src/e2e