Replies: 1 comment 6 replies
-
Yes: for Golang you need to set the environment variable |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys, I have monorepo and it contains multiple services written on multiple languages and separated by sub-directory. I want to run codeQL analysis on sub-directory level only. And it is working perfectly for JavaScript, TypeScript, Python sub-directories using paths/paths-ignore in codeql-config.yml file as mentioned in GitHub doc. But the same is not working for go language sub-directory. For go lang, it is start scanning all the repository's folders instead of specific go folder. Is there any limitation with go lang? or something different need to be done for go lang?
Below is my workflow:
My codeql config file:
Beta Was this translation helpful? Give feedback.
All reactions