Skip to content

Karanvir checkmarx

Karanvir checkmarx #4

Workflow file for this run

name: vorpal-reviewdog
on: [pull_request]
jobs:
vorpal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Vorpal with reviewdog
uses: checkmarx/vorpal-reviewdog-github-action@v1.0.0
with:
source_path: testdata/samples/FileA.java,testdata/samples/FileB.java
filter_mode: file
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
level: error
fail_on_error: false