Releases: mitchspano/sfdx-scan-pull-request
Releases · mitchspano/sfdx-scan-pull-request
v0.1.6
Removes the publication of exact duplicate comments as identified by matching file path, line number, and comment body.
Thanks to @matthew-gladman-oua for his contributions to this project and making this improvement.
v0.1.5
Enables the git diff to be calculated when the pull request is initiated from a forked repository by defining a new remote for the destination repository.
v0.1.4
Validate Pull Request Context
- Fixes issue #20
- Throws an error and prematurely exits if the action was not invoked from the context of a pull request.
v0.1.3
Fixes and issue where the scan failed if the findings were outside of the scope of the Pull Request (#16)
v0.1.2
Fixes issue with specifying input which is fed to the command line such a pmdconfig
(#11 ).
v0.1.1
Initial action publication