Socket · Arazzo Workflow
Socket Rescan and Report a Full Scan
Version 1.0.0
Rescan an existing full scan to apply the latest policies, poll the new scan to completion, then export its alert CSV.
View Spec
View on GitHub
Supply Chain SecurityOpen Source SecuritySoftware Composition AnalysisSCAMalware DetectionDependency ScanningSBOMnpmPyPIGoMavenCargoNuGetRubyGemsDeveloper SecurityArazzoWorkflows
Provider
Workflows
rescan-and-report
Rescan an existing full scan, wait for completion, and export its alert CSV.
Rescans a full scan to apply the latest policies, polls the resulting scan metadata until processing completes, then exports the alerts CSV.
1
rescan
rescanOrgFullScan
Rescan the existing full scan, producing a new full scan that reflects the latest policies.
2
pollScanState
getOrgFullScanMetadata
Read the new scan's metadata and branch on scan_state, looping while it is still resolving or scanning and continuing once processing completes.
3
exportCsv
getOrgFullScanCsv
Export a CSV of all alerts detected in the refreshed full scan, including license details.