Fixes to ensure CodeQL can work with Java projects (#13)

* Fixes to ensure CodeQL can work with Java projects

* Removed debug noise from Dockerfile
This commit is contained in:
Carl Pulley 2021-06-29 19:23:55 +01:00 коммит произвёл GitHub
Родитель f1b4eb5d54
Коммит 85775451e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -35,12 +35,12 @@ RUN apt-get update && \
ln -s /usr/bin/python3.8 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip
# Install .NET Core for tools/builds
# Install .NET Core and Java for tools/builds
RUN cd /tmp && \
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
apt-get update; \
apt-get install -y apt-transport-https && \
apt-get install -y default-jdk apt-transport-https && \
apt-get update && \
rm packages-microsoft-prod.deb
RUN apt-get install -y dotnet-sdk-3.1

0
container/setup.py Normal file → Executable file
Просмотреть файл

0
container/startup.py Normal file → Executable file
Просмотреть файл

0
scripts/unix/analyze_security.sh Normal file → Executable file
Просмотреть файл

0
scripts/unix/run_ql_suite.sh Normal file → Executable file
Просмотреть файл