Process all AL ErrorLog files generated by a build and convert any issues to SARIF format. The SARIF is stored in JSON format in $ENV:GITHUB_WORKSPACE/ErrorLogs/output.sarif.json
This action assumes any ErrorLog artifacts has already been downloaded in a previous step and placed in $ENV:GITHUB_WORKSPACE/ErrorLogs.
Tne default folder location can be overridden with the errorLogsFolder param.
none
none
| Name | Required | Description | Default value |
|---|---|---|---|
| shell | The shell (powershell or pwsh) in which the PowerShell script in this action should run | powershell | |
| errorLogsFolder | Folder containing error logs downloaded in a previous step and which will contain the sarif ouput json file | ErrorLogs |
none