Skip to content

test: add API security tests using Bright #2

test: add API security tests using Bright

test: add API security tests using Bright #2

Workflow file for this run

name: Run SecTester Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
env:
BRIGHT_HOSTNAME: app.brightsec.com
BRIGHT_TOKEN: ${{ secrets.BRIGHT_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Run SecTester tests
run: npm test -- test/routes