Skip to content

Scan dependencies for vulnerabilities with pip-audit #1213

Scan dependencies for vulnerabilities with pip-audit

Scan dependencies for vulnerabilities with pip-audit #1213

Workflow file for this run

name: Scan dependencies for vulnerabilities with pip-audit
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
schedule:
- cron: "0 12 * * *"
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install project
run: make dev
- name: Run pip-audit
uses: trailofbits/[email protected]
with:
virtual-environment: env/
ignore-vulns: |
GHSA-w596-4wvx-j9j6