UNCLASSIFIED

Commit 34b4a5f3 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Updated for CodeSonar 6.1

parent 3d9a83ad
Pipeline #405931 canceled with stages
in 23 seconds
...@@ -22,7 +22,7 @@ RUN yum -y update \ ...@@ -22,7 +22,7 @@ RUN yum -y update \
RUN rm -rf /usr/libexec/sudo/sesh RUN rm -rf /usr/libexec/sudo/sesh
ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210713-x86_64-pc-linux.tar.gz ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210802-x86_64-pc-linux.tar.gz
ARG CODESONAR_HOME=/opt/codesonar-6.1p0 ARG CODESONAR_HOME=/opt/codesonar-6.1p0
COPY ["${CODESONAR_PACKAGE}", "/opt"] COPY ["${CODESONAR_PACKAGE}", "/opt"]
RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt RUN tar -zxvf /opt/${CODESONAR_PACKAGE} -C /opt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment