UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit fa79f429 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Upversion to CodeSonar 6.1

parent fc6507d9
Pipeline #363546 failed with stages
in 45 seconds
...@@ -22,8 +22,8 @@ RUN yum -y update \ ...@@ -22,8 +22,8 @@ RUN yum -y update \
RUN rm -rf /usr/libexec/sudo/sesh RUN rm -rf /usr/libexec/sudo/sesh
ARG CODESONAR_PACKAGE=codesonar-6.0p0.20210331-x86_64-pc-linux.tar.gz ARG CODESONAR_PACKAGE=codesonar-6.1p0.20210713-x86_64-pc-linux.tar.gz
ARG CODESONAR_HOME=/opt/codesonar-6.0p0 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
RUN rm -rf /opt/${CODESONAR_PACKAGE} RUN rm -rf /opt/${CODESONAR_PACKAGE}
......
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