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