Skip to content

Releases: mitchspano/sfdx-scan-pull-request

v0.1.6

11 Jan 21:37
b248b04
Compare
Choose a tag to compare

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

04 Dec 20:57
Compare
Choose a tag to compare

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

24 Nov 11:27
Compare
Choose a tag to compare

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.

image

v0.1.3

26 Aug 14:02
Compare
Choose a tag to compare

Fixes and issue where the scan failed if the findings were outside of the scope of the Pull Request (#16)

v0.1.2

04 Aug 12:31
Compare
Choose a tag to compare

Fixes issue with specifying input which is fed to the command line such a pmdconfig (#11 ).

v0.1.1

04 Aug 03:06
Compare
Choose a tag to compare

Initial action publication