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[]