djh00t/Dependency Advisor Scan
Run depadvisor scan against a checked-out repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repository or subdirectory to scan. | no | . |
| policy | Policy mode passed to depadvisor scan. | no | standard |
| fail-on-findings | Fail the action when depadvisor reports findings. | no | false |
| python-version | Python version used to run uv. | no | 3.13 |
| json-output | Path for the JSON report. | no | dependency-advisor.json |
| sarif-output | Path for the SARIF report. | no | dependency-advisor.sarif |
| markdown-output | Path for the Markdown report. | no | dependency-advisor.md |
Outputs
| name | description |
|---|---|
| json_output | Path to the generated JSON report. |
| sarif_output | Path to the generated SARIF report. |
| markdown_output | Path to the generated Markdown report. |