Skip to content

Commit

Permalink
build: Fixup PR workflow for semgrep 1.15.0 release (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah authored Mar 18, 2023
1 parent 5a17893 commit 3297c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3297c38

Please sign in to comment.