Run CodeQL analysis (javascript) on a particular sub-directory in a repo #14320
Unanswered
vc-lijup-nandana
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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