cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 12 forks source link

Add a pre-commit hook to run `pip-audit` #179

Closed mcdonnnj closed 2 months ago

mcdonnnj commented 7 months ago

๐Ÿ—ฃ Description

This pull request adds a repository and hook with an appropriate configuration to run the pip-audit command on all three pip in the repository.

๐Ÿ’ญ Motivation and context

The pip-audit tool will help ensure that any requirements defined in our three main pip do not contain packages with known security vulnerabilities.

๐Ÿงช Testing

Automated tests pass.

โœ… Pre-approval checklist