mitchspano / sfdx-scan-pull-request

Runs sfdx-scanner on a pull request and generates in-line comments with the findings.
Apache License 2.0
73 stars 25 forks source link

Skipping existing comments causes the scan to not fail when it should #59

Closed mitchspano closed 1 year ago

mitchspano commented 1 year ago

If the report mode is comments and an already existing comment is found, then the scan skips writing a duplicate comment but that can also cause the scan to pass when it should not.