Skip to content

build(deps-dev): Bump basic-ftp from 5.2.1 to 5.2.2 in the npm_and_yarn group across 1 directory #6

build(deps-dev): Bump basic-ftp from 5.2.1 to 5.2.2 in the npm_and_yarn group across 1 directory

build(deps-dev): Bump basic-ftp from 5.2.1 to 5.2.2 in the npm_and_yarn group across 1 directory #6

Workflow file for this run

name: Security
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
gitleaks:
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
dependency-review:
if: github.event_name == 'pull_request'
uses: netresearch/.github/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: write
node-audit:
uses: netresearch/.github/.github/workflows/node-audit.yml@main
with:
package-manager: npm
audit-level: high