Repository Push
defaultStandard pushes

Bring the tools, scripts, and logic behind your research into one workflow. Use the same process against the next target without rebuilding the plumbing around it.
A real Zokor sample workflow. A Repository Push sends a Repository event to Clone Repository. Repository contents pass to Extract Dependencies, which sends a dependency collection to For Each. Each Item is analyzed by Dependency Risk Analysis and Add tag, then Tagged returns to the loop's Next Item input. When the collection is exhausted, Completed continues once to Create finding.
A GitHub push starts the workflow. The next two nodes clone the repository and collect dependencies from supported manifests and lockfiles.
For Each sends one dependency through four checks. Add tag returns Tagged to Next Item so the loop can continue.
After the collection is finished, Completed continues once and creates the finding.
The work around the research
The interesting part is getting the research working. Repeating it usually means writing more code to move data, loop through collections, branch on results, and carry context between steps.
Private beta
Get early access to the workflow builder and help shape the future of Zokor.