Skip to content

Releases: mitchspano/sfdx-scan-pull-request

v0.1.16

01 Feb 14:05
e990546
Compare
Choose a tag to compare

Fixes a problem that occurs when the branch name contains parenthesis or apostrophe #71

v0.1.15

14 Aug 03:09
6628b7d
Compare
Choose a tag to compare

Fixes an issue which prevented users from using the scan unless they were in the context of a pull request.

v0.1.14

30 May 05:05
3df86f5
Compare
Choose a tag to compare

Fixes issue with "Error" findings when reporting on the findings as comments.

v0.1.13

28 May 05:23
486f289
Compare
Choose a tag to compare

Enables the registration of custom PMD rules within the action.

Reformats the comment table from horizontal to vertical for better rendering.

v0.1.12

27 May 19:11
6d03b85
Compare
Choose a tag to compare

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

20 May 21:51
47008f9
Compare
Choose a tag to compare

Fixes violation ordering when compared to the threshold (#53 )
Thank you @Yurii-Zakharov!

v0.1.10

27 Apr 03:19
c9ee900
Compare
Choose a tag to compare
  • Enable check runs as a reporting mechanism (thank you @mattisdada!)
  • Improve error logging when calling the REST API

v0.1.9

04 Apr 23:50
Compare
Choose a tag to compare

Fix Git Diff Issues

  • Resolves the two dot vs three dot git diff issues introduced with the original TS conversion

v0.1.8

25 Mar 06:08
1240596
Compare
Choose a tag to compare

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

13 Jan 18:29
Compare
Choose a tag to compare

Simplifies the initialSetup() function.

Thanks to @jamessimone for the contribution! (#26)