actions-marketplace-validations/Vorpal Github Action With reviewdog
Action Scan files with Vorpal engine and shows with reviewdog annotations and comments in PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 7, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/checkmarx_vorpal-reviewdog-github-action@18faaa7b6d26182a14a526f8474165321283661d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | yes | ${{ github.token }} |
| source_path | The path to the source code to scan | yes | — |
| folders_to_ignore | The paths of the folders to be ignored during the Vorpal scan | no | — |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. Default is `github-pr-review`. | — | github-pr-review |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is `added`. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
Outputs
no outputs