Socket · Arazzo Workflow
Socket Diff Two Full Scans by ID
Version 1.0.0
List the two most recent full scans for a repository and create a diff scan comparing them, then poll the diff until ready.
View Spec
View on GitHub
Supply Chain SecurityOpen Source SecuritySoftware Composition AnalysisSCAMalware DetectionDependency ScanningSBOMnpmPyPIGoMavenCargoNuGetRubyGemsDeveloper SecurityArazzoWorkflows
Provider
Workflows
diff-from-scan-ids
Diff the two latest full scans of a repo and poll the diff to completion.
Lists the two newest full scans for a repository, creates a diff comparing the older against the newer, then polls the diff in cached mode until ready.
1
listScans
getOrgFullScanList
List the two newest full scans for the repository so index 0 is the after (newer) scan and index 1 is the before (older) scan.
2
createDiff
createOrgDiffScanFromIds
Create a diff scan comparing the older before scan against the newer after scan.
3
pollDiff
getDiffScanById
Read the diff scan in cached mode. A 202 means still computing (loop back); a 200 means the cached diff is ready.
Source API Descriptions
openapi