Skip to content

test: assert error logging in generateAgentRules on CLI failure #51

test: assert error logging in generateAgentRules on CLI failure

test: assert error logging in generateAgentRules on CLI failure #51

Workflow file for this run

name: security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 6 * * 1"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: security-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
npm-audit:
name: npm audit
runs-on:
- self-hosted
- macOS
- ARM64
- patchloom-vscode
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Audit production dependencies
run: npm audit --audit-level=high --omit=dev