Skip to content

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

License

Notifications You must be signed in to change notification settings

lazy-actions/pip-audit-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages