Skip to content

pip audit

Actions
Audit python dependencies
v1
Latest
Star (0)

pip-audit-action

Audit action for python dependencies (requirements.txt, Pipfile and poetry.lock etc...)

Feature

  • Audit dependencies
  • Support multiple python package management tools
    • pip (requirements.txt)
    • pipenv (Pipfile.lock)
    • poetry (poetry.lock)

Usage

steps:
  - uses: actions/setup-python@v2
    with:
      python-version: '3.8'

  - uses: homoluctus/pip-audit-action@v1
    with:
      type: pip

Inputs

Name Type Required Default Description
type string true Specify package management tool from pip, pipenv or poetry

pip audit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Audit python dependencies
v1
Latest

pip audit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.