Function: getScorecardSteps()
function getScorecardSteps(root: YAMLMapping): readonly WorkflowActionStep[];
Defined in: _internal/code-scanning-workflow.ts:81
Collect all Scorecard action steps in a workflow.
Parametersโ
rootโ
YAMLMapping
Returnsโ
readonly WorkflowActionStep[]