File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ ENV CODEQL_HOME /usr/local/codeql-home
5555# record the latest version of the codeql-cli
5656RUN python3 /usr/local/startup_scripts/get-latest-codeql-version.py > /tmp/codeql_version
5757RUN mkdir -p ${CODEQL_HOME} \
58- ${CODEQL_HOME}/codeql-repo \
59- ${CODEQL_HOME}/codeql-go-repo \
60- /opt/codeql
58+ ${CODEQL_HOME}/codeql-repo \
59+ ${CODEQL_HOME}/codeql-go-repo \
60+ /opt/codeql
6161
6262RUN CODEQL_VERSION=$(cat /tmp/codeql_version) && \
6363 wget -q https://github.com/github/codeql-cli-binaries/releases/download/${CODEQL_VERSION}/codeql-linux64.zip -O /tmp/codeql_linux.zip && \
@@ -75,4 +75,4 @@ ENV PATH="${CODEQL_HOME}/codeql:${PATH}"
7575# Pre-compile our queries to save time later
7676# RUN codeql query compile --threads=0 ${CODEQL_HOME}/codelq-repo/*/ql/src/codeql-suites/*-.qls
7777# RUN codeql query compile --threads=0 ${CODEQL_HOME}/codelq-go-repo/ql/src/codeql-suites/*-.qls
78- ENTRYPOINT ["python3" , "/usr/local/startup_scripts/startup.py" ]
78+ ENTRYPOINT ["python3" , "/usr/local/startup_scripts/startup.py" ]
You can’t perform that action at this time.
0 commit comments