Function: getTrufflehogActionSteps()
function getTrufflehogActionSteps(
root: YAMLMapping
): readonly WorkflowActionStep[];
Defined in: _internal/secret-scanning-workflow.ts:43
Collect all TruffleHog action steps in a workflow.
Parameters
root
YAMLMapping
Returns
readonly WorkflowActionStep[]