GetExecutionSteps returns the GitHub Actions steps for executing this engine
(workflowData *WorkflowData, logFile string)
| 158 | |
| 159 | // GetExecutionSteps returns the GitHub Actions steps for executing this engine |
| 160 | GetExecutionSteps(workflowData *WorkflowData, logFile string) []GitHubActionStep |
| 161 | |
| 162 | // GetFirewallLogsCollectionStep returns steps that collect firewall-related log files |
| 163 | // before secret redaction runs. Engines that copy session or firewall state files should |
no outgoing calls