diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 04aa24625bd..5d28966f2de 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -102,7 +102,7 @@ jobs: - name: Semgrep id: semgrep run: | - docker run --rm -v "${PWD}:/src" returntocorp/semgrep --config "p/ci" --sarif > semgrep.sarif + docker run --rm -v "${PWD}:/src" returntocorp/semgrep semgrep --config "p/ci" --sarif > semgrep.sarif - name: Maven Site if: always() run: |