Skip to content

fix: add frontend lockfile and CI updates #18

fix: add frontend lockfile and CI updates

fix: add frontend lockfile and CI updates #18

Workflow file for this run

name: Security
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "17 3 * * 1"
permissions:
contents: read
jobs:
audit:
name: Dependency Audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install frontend dependencies
working-directory: frontend
run: npm install
- name: npm audit
working-directory: frontend
run: npm audit --audit-level=high
- name: Cargo audit placeholder
run: echo "TODO: Install and run cargo-audit once the dependency policy is finalized."

Check failure on line 36 in .github/workflows/security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security.yml

Invalid workflow file

You have an error in your yaml syntax on line 36