Skip to content
eye

GitHub Action

pip audit

v1 Latest version

pip audit

eye

pip audit

Audit python dependencies

Installation

Copy and paste the following snippet into your .yml file.

              

- name: pip audit

uses: lazy-actions/pip-audit-action@v1

Learn more about this action in lazy-actions/pip-audit-action

Choose a version

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