-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding TypeScript Support and Removing github/codeql-go
References
#50
Conversation
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove line 67 too, and any related references to the folder
Done! |
gettext && \ | ||
apt-get clean && \ | ||
rm -f /usr/bin/python /usr/bin/pip && \ | ||
ln -s /usr/bin/python3.8 /usr/bin/python && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the pip3 symlinking, but can this line not be replaced by also installing the python-is-python3
package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's beyond the scope of this PR. All I want is TypeScript support and to fix the broken build. I'll leave that up to the maintainers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll incorporate this comment into my next PR, thanks @intrigus-lgtm!
@surajjacob @scovetta Anything else we need to do to get this merged? |
@jacobmsft & @scovetta any updates on getting this merged? |
you got it, sorry for the delay. |
When scanning javascript project that use typeScript, we are getting the following error:
nodejs
to theDockerfile
.github/codeql-go
has now moved togithub/codeql
this change removes the relevant lines from theDockerfile
See: Relocation announcement:github/codeql-go
moving intogithub/codeql
github/codeql-go#741