Skip to content

Security Audit

Security Audit #185

name: Security Audit
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
schedule:
- cron: '0 0 * * *' # Run daily at midnight
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install JupyterLab
run: |
python -m pip install jupyterlab
- name: JS Security Audit
run: jlpm npm audit