Run CodeQL analysis (javascript) on a particular sub-directory in a repo #14320
Replies: 2 comments
-
|
You need to create a code scanning configuration file and specify a And then you also need to change the |
Beta Was this translation helpful? Give feedback.
-
|
TL;DR — CodeQL is still looking at the wrong root. Point it at your microservice folder with What went wrong What to do
If anything still looks “too wide”, paste the layout under |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a repo with many microservices each will have separate CI pipeline in the same repo. I need to scan each microservices separately, which are in separate directory.
I tried following code
But this is scanning the entire repo and services not only limited to microservice1
Beta Was this translation helpful? Give feedback.
All reactions