Releases: mitchspano/sfdx-scan-pull-request
v0.1.16
Fixes a problem that occurs when the branch name contains parenthesis or apostrophe #71
v0.1.15
Fixes an issue which prevented users from using the scan unless they were in the context of a pull request.
v0.1.14
Fixes issue with "Error" findings when reporting on the findings as comments.
v0.1.13
Enables the registration of custom PMD rules within the action.
Reformats the comment table from horizontal to vertical for better rendering.
v0.1.12
Improves the error logging when the sfdx
commands are executed.
Updates the README with better instructions for defining inputs to the scan.
v0.1.11
Fixes violation ordering when compared to the threshold (#53 )
Thank you @Yurii-Zakharov!
v0.1.10
- Enable check runs as a reporting mechanism (thank you @mattisdada!)
- Improve error logging when calling the REST API
v0.1.9
Fix Git Diff Issues
- Resolves the two dot vs three dot git diff issues introduced with the original TS conversion
v0.1.8
Releases the TypeScript Conversion
- Fixes issues introduced with earlier TS conversion
- Improves output to the terminal
- Better error handling when calling GitHub REST API
- Improve failure message
v0.1.7
Simplifies the initialSetup()
function.
Thanks to @jamessimone for the contribution! (#26)