Skip to content

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory #1448

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory #1448

Workflow file for this run

name: pip-audit
on:
workflow_dispatch:
pull_request:
branches: [main, release]
paths-ignore:
- docs/**
- README.md
- .github/**
- cloudformation/**
- db_scripts/**
- jenkins/**
- search-proxy/**
- postgresql/**
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: 'Generate requirements.txt'
run: |
pipx run pipfile-requirements Pipfile.lock > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt
ignore-vulns: |
PYSEC-2023-312