I'd like to see the scan results be a URL to the actual file.
That could be a specific commit. That could be just a path on local file system.
Such that when I run sfdx scanner as part of deployment pipeline I can have review comments which are navigatable.
Jumping to a file like:
https://github.com/xxxxx/yyyyy/<<commit-id>>/force-app/main/default/classes/AutomationLogBatch.cls
This (optional) parameter should receive the path like https://github.com/xxxxx/yyyyy/<<commit-id>>/
I'd like to see the scan results be a URL to the actual file. That could be a specific commit. That could be just a path on local file system. Such that when I run
sfdx scanner
as part of deployment pipeline I can have review comments which are navigatable.Jumping to a file like:
https://github.com/xxxxx/yyyyy/<<commit-id>>/force-app/main/default/classes/AutomationLogBatch.cls
This (optional) parameter should receive the path like
https://github.com/xxxxx/yyyyy/<<commit-id>>/