Skip to content

Bump express from 4.18.2 to 4.19.2 in /spotlight-client #157

Bump express from 4.18.2 to 4.19.2 in /spotlight-client

Bump express from 4.18.2 to 4.19.2 in /spotlight-client #157

Workflow file for this run

name: nightfalldlp
on:
push:
branches:
- main
pull_request:
jobs:
nightfalldlp:
name: nightfalldlp
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo Action
uses: actions/checkout@v2
- name: nightfallDLP action step
uses: nightfallai/nightfall_dlp_action@v2.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIGHTFALL_API_KEY: ${{ secrets.NIGHTFALL_API_KEY }}
EVENT_BEFORE: ${{ github.event.before }}