Socket · Arazzo Workflow
Socket Poll Full Scan to Completion
Version 1.0.0
Create a full scan and poll its metadata until the scan_state leaves the processing states.
View Spec
View on GitHub
Supply Chain SecurityOpen Source SecuritySoftware Composition AnalysisSCAMalware DetectionDependency ScanningSBOMnpmPyPIGoMavenCargoNuGetRubyGemsDeveloper SecurityArazzoWorkflows
Provider
Workflows
poll-full-scan-completion
Create a full scan then poll its metadata until processing completes.
Uploads manifest files as a new full scan and polls the scan metadata, looping while scan_state is resolve or scan and ending once it leaves the processing states.
1
createFullScan
CreateOrgFullScan
Create a full scan for the repository from the supplied manifest files, returning the new full scan id.
2
pollMetadata
getOrgFullScanMetadata
Read the full scan metadata and branch on scan_state. Loop back while the scan is still resolving or scanning; finish once it leaves the processing states.