ohaswin/pyscan
Finds security vulnerabilities in your Python dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to scan for vulnerabilities, defaults to current (incase the requirements.txt, pyproject.toml,etc is in a deeper path) | no | . |
| output-format | Output format for scan results uploaded as artifact (currently only json) | no | json |
| upload-artifact | Whether to upload scan results as an artifact | no | false |
| artifact-name | Name of the uploaded artifact (without the extension) | no | pyscan-results |
Outputs
| name | description |
|---|---|
| scan-result | Optional output file (json) from the scan |
| exit-code | Exit code from pyscan (0 = no issues found) |