ossprey/Scan Folder with Python Script
Runs a Python-based scanner against a folder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | The package to scan | yes | — |
| mode | What type of SBOM scan you plan to do (e.g. python-requirements, pipenv, npm, yarn) | yes | — |
| github_comments | GitHub mode, will attempt to post comments to GitHub | no | true |
| url | The URL to process | no | https://api.ossprey.com |
| dry_run_safe | Dry run mode that is always safe, it won't make any POST requests | no | false |
| dry_run_malicious | Dry run mode that is potentially malicious, it won't make any POST requests | no | false |
| verbose | Verbose mode | no | false |
| soft_error | Ignore error messages and allow the CICD pipeline to continue | no | false |
Outputs
no outputs