Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18 support equivalent pip audit table column options #25

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

owenlamont
Copy link
Owner

Adding support for --aliases and --desc options plus matching file configuration

Copy link

Coverage Report

Name                                                     Stmts   Miss  Cover
----------------------------------------------------------------------------
src/uv_secure/__init__.py                                    3      0   100%
src/uv_secure/__version__.py                                 1      0   100%
src/uv_secure/configuration/__init__.py                      2      0   100%
src/uv_secure/configuration/config_factory.py               21      0   100%
src/uv_secure/dependency_checker/__init__.py                 2      0   100%
src/uv_secure/dependency_checker/dependency_checker.py      99      0   100%
src/uv_secure/directory_scanner/__init__.py                  2      0   100%
src/uv_secure/directory_scanner/directory_scanner.py        56      0   100%
src/uv_secure/package_info/__init__.py                       3      0   100%
src/uv_secure/package_info/dependency_file_parser.py        27      0   100%
src/uv_secure/package_info/vulnerability_downloader.py      35      0   100%
src/uv_secure/run.py                                        28      0   100%
tests/smoke_test.py                                          2      0   100%
tests/uv_secure/conftest.py                                  0      0   100%
tests/uv_secure/test_run.py                                331      0   100%
----------------------------------------------------------------------------
TOTAL                                                      612      0   100%

@owenlamont owenlamont merged commit 54f27fc into main Jan 11, 2025
17 checks passed
@owenlamont owenlamont deleted the 18-support-equivalent-pip-audit-table-column-options branch January 11, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support equivalent pip-audit options for optional table columns in the vulnerability report
1 participant