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