Skip to content

Commit

Permalink
Add Semgrep to CircleCI workflow (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Dec 11, 2021
1 parent 57d9eda commit 61518d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ jobs:
steps:
- setup
- run-psalm
semgrep:
docker:
- image: returntocorp/semgrep:latest
steps:
- checkout
- run:
name: Run static code analysis (Semgrep)
command: semgrep --config auto
pest:
parameters:
php:
Expand Down Expand Up @@ -138,6 +146,7 @@ jobs:
workflows:
test:
jobs:
- semgrep
- phpinsights:
matrix:
parameters:
Expand Down

0 comments on commit 61518d9

Please sign in to comment.