kkica/Dependency check and publish support action
A GitHub Action to perform a dependency check, convert report to Markdown, and add to summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 19, 2024
- License
- None
Pinned Snippet
uses: kkica/dependency-check-action@9d4206a73306181303ae1bcaa1b98483dff0d76f # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | The name of the project file | yes | — |
| path | The path to the project | yes | ./ |
| html_report_path | Path to the HTML report file | yes | reports/dependency-check-report.html |
| md_report_path | Path to the Markdown report file | yes | dependency-check-report.md |
| add_report_to_summary | Whether to add the report to the summary | no | false |
Outputs
no outputs