actions-marketplace-validations/SFDX Scan Pull Request

Executes SFDX Scanner on the scope of a pull request, translates the findings into in-line comments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
categoryCategor(ies) of rules to run.
engineEngine(s) to run.
eslint-envJSON-formatted string, overrides ESLint's default environment variables.
eslintconfigLocation of eslintrc config to customize eslint engine.
pmdconfigLocation of PMD rule reference XML file to customize rule selection.
custom-pmd-rulesJSON string which defines any custom rules which need to be registered before the scan is ran. Custom rules are identified by the path to their XML/JAR file and their language.
severity-thresholdInteger threshold value which will throw an error when violations of specific severity (or more severe) are detected.
strictly-enforced-rulesJSON string which contains the rules which will be strictly enforced regardless of their priority. Enforced rules are identified by their engine, category, and rule name.
targetOptional target to specify a whole directory to run, as opposed to just the diff of a pull request
tsconfigLocation of tsconfig.json file.
report-modeUse comments or check-runs for reporting errorscheck-runs
delete-resolved-commentsSet `true` to delete comments once the issue has been resolvedfalse

no outputs