Skip to content

feat: implement merchant onboarding and affiliate tracking systems #175

feat: implement merchant onboarding and affiliate tracking systems

feat: implement merchant onboarding and affiliate tracking systems #175

Workflow file for this run

name: Security Scan
on:
push:
branches: [main, dev, develop]
pull_request:
branches: [main, dev, develop]
schedule:
- cron: '0 0 * * 1' # Run weekly on Mondays
jobs:
npm-audit:
name: NPM Audit Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Run NPM audit baseline
run: npx audit-ci --config audit-ci.json