codeur/Run yarn audit with reviewdog

🐶 Run yarn audit with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fail_levelIf set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. none
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
github_tokenGITHUB_TOKEN${{ github.token }}
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-check,github-pr-review]. Default is github-check. github-check
reviewdog_flagsAdditional reviewdog flags""
skip_installDo not install yarn (it must be available in the environment). Default: `false`true
tool_nameTool name to use for reviewdog reporteryarn audit
workdirThe directory from which to look for and run yarn audit. Default '.'.
yarn_audit_flagsYarn audit flags. (yarn audit --json <yarn_audit_flags>)""

no outputs