Socket · Arazzo Workflow
Socket Generate PDF Report for Latest Scan
Version 1.0.0
Find the most recent full scan for a repository, confirm its metadata, then generate a PDF report.
View Spec
View on GitHub
Supply Chain SecurityOpen Source SecuritySoftware Composition AnalysisSCAMalware DetectionDependency ScanningSBOMnpmPyPIGoMavenCargoNuGetRubyGemsDeveloper SecurityArazzoWorkflows
Provider
Workflows
latest-scan-pdf-report
List the latest full scan for a repo, verify it, and generate a PDF report.
Lists full scans for a repository sorted newest first, reads the metadata of the first result, then produces a PDF report for that scan.
1
listScans
getOrgFullScanList
List full scans for the repository sorted by created_at descending so the first result is the most recent scan.
2
getMetadata
getOrgFullScanMetadata
Read the metadata of the most recent full scan to confirm the target and capture its repository and commit context.
3
generatePdf
getOrgFullScanPdf
Generate a PDF report of the alerts in the latest full scan, including license details.