seungdori/PatchDrill

Generate deterministic patch verification evidence for pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase ref to compare against.noorigin/main
fail-onSeverity threshold that should fail the action.nohigh
max-riskMaximum allowed risk score from 0 to 100.no69
max-risk-deltaMaximum allowed risk increase against the optional baseline report.no""
max-output-charsMaximum characters to retain from each command output stream.no20000
command-timeout-msOptional timeout in milliseconds for each verification command.no""
configOptional PatchDrill policy path.no""
baselineOptional previous PatchDrill JSON report to compare against.no""
runExecute required verification commands.nofalse
run-optionalExecute optional inferred verification commands when run is true.nofalse
evidenceAudit evidence manifest output path.nopatchdrill-evidence.json
summaryCompact Markdown summary output path for PR comments and step summaries.nopatchdrill-summary.md
markdownMarkdown report output path.nopatchdrill-report.md
jsonJSON report output path.nopatchdrill-report.json
sarifSARIF report output path.nopatchdrill.sarif
htmlStatic HTML dashboard output path.nopatchdrill-dashboard.html
dashboard-historyNewline-separated previous PatchDrill JSON report paths to include in the static HTML dashboard trend.no""
annotationsEmit GitHub Actions annotations for PatchDrill findings.notrue
step-summaryAppend the compact Markdown summary to the GitHub Actions step summary.notrue
pr-commentUpsert the compact Markdown summary as a pull request comment.nofalse
comment-markerHidden marker used to find and update an existing PatchDrill PR comment.no<!-- patchdrill-report -->
namedescription
report-evidencePath to the generated audit evidence manifest.
report-summaryPath to the generated compact Markdown summary.
report-jsonPath to the generated JSON report.
report-markdownPath to the generated Markdown report.
report-sarifPath to the generated SARIF report.
report-htmlPath to the generated HTML dashboard.