checkmarx/Vorpal Github Action With reviewdog

Action Scan files with Vorpal engine and shows with reviewdog annotations and comments in PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 12, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: checkmarx/vorpal-reviewdog-github-action@8cc292f337a2f1dea581b4f4bd73852e7becb50d # v1.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
source_pathThe path to the source code to scanyes
folders_to_ignoreThe paths of the folders to be ignored during the Vorpal scanno
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review]. Default is `github-pr-review`. github-pr-review
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is `added`. added
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. false
reviewdog_flagsAdditional reviewdog flags""

no outputs