thadiust/pip-audit scan
Run pip-audit on a Python project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | Python version to use | no | 3.11 |
| pip_audit_version | Exact pip-audit version to install | no | 2.7.3 |
| working_directory | Directory containing the dependency file | no | . |
| requirements_file | Requirements file path relative to working_directory | no | requirements.txt |
| format | pip-audit output format | no | columns |
| report_file | Optional file path to write the scan report | no | "" |
| fail_on_vuln | Fail the action if vulnerabilities are found (fail-closed default for CI; set false for reporting-only) | no | true |
Outputs
| name | description |
|---|---|
| vuln_count | Number of vulnerabilities found |
| scan_status | Final scan status |