Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 701 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 701 Bytes

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