Skip to content

[Snyk] Upgrade org.apache.commons:commons-text from 1.10.0 to 1.13.0 #5

[Snyk] Upgrade org.apache.commons:commons-text from 1.10.0 to 1.13.0

[Snyk] Upgrade org.apache.commons:commons-text from 1.10.0 to 1.13.0 #5

Workflow file for this run

name: Nightfalldlp Secret Scan
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-nightfalldlp:
name: nightfalldlp
environment: nightfall
runs-on: ubuntu-latest
steps:
- name: Checkout Repo Action
uses: actions/checkout@master
- name: NightfallDLP Scan Step
uses: nightfallai/[email protected]
env:
NIGHTFALL_API_KEY: ${{ secrets.NIGHTFALL_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENT_BEFORE: ${{ github.event.before }}
permissions:
checks: write
contents: read