We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9eda commit 61518d9Copy full SHA for 61518d9
.circleci/config.yml
@@ -105,6 +105,14 @@ jobs:
105
steps:
106
- setup
107
- run-psalm
108
+ semgrep:
109
+ docker:
110
+ - image: returntocorp/semgrep:latest
111
+ steps:
112
+ - checkout
113
+ - run:
114
+ name: Run static code analysis (Semgrep)
115
+ command: semgrep --config auto
116
pest:
117
parameters:
118
php:
@@ -138,6 +146,7 @@ jobs:
138
146
workflows:
139
147
test:
140
148
jobs:
149
+ - semgrep
141
150
- phpinsights:
142
151
matrix:
143
152
0 commit comments