Skip to content

Commit 1a18263

Browse files
Saving new files for 25.7.1
1 parent 39d47df commit 1a18263

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

repo-integrations/wss-ghe-app/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-controller:25.6.1.3
1+
FROM mend/base-repo-controller:25.7.1
22

33
ARG USER_NAME=user
44
ARG USER_ID=1542

repo-integrations/wss-remediate/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-remediate:25.6.1.3
1+
FROM mend/base-repo-remediate:25.7.1
22

33
# The containerbase supports custom user but Renovate requires ubuntu
44
ARG USER_NAME=ubuntu

repo-integrations/wss-scanner/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-scanner:25.6.1.3
1+
FROM mend/base-repo-scanner:25.7.1
22

33
ARG USER_NAME=wss-scanner
44
ARG USER_ID=1000
@@ -27,7 +27,7 @@ ENV PATH=$PATH:/psb/bin/
2727
# Download the mend sca tool
2828
#--build-arg $SCA_TOOL_URL=URL
2929
USER 0
30-
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.4.3.3/linux_amd64/sca-wrapper
30+
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.6.2.1/linux_amd64/sca-wrapper
3131
RUN echo "Downloading Mend SCA tool [$SCA_TOOL_URL]"
3232
RUN curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0777 -R /sca-wrapper
3333
ENV MEND_SCA_BIN_DIR=/sca-wrapper/bin

repo-integrations/wss-scanner/docker/Dockerfilefull

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mend/base-repo-scanner:25.6.1.3-full
1+
FROM mend/base-repo-scanner:25.7.1-full
22

33
ARG USER_NAME=wss-scanner
44
ARG USER_ID=1000
@@ -27,7 +27,7 @@ ENV PATH=$PATH:/psb/bin/
2727
# Download the mend sca tool
2828
#--build-arg $SCA_TOOL_URL=URL
2929
USER 0
30-
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.4.3.3/linux_amd64/sca-wrapper
30+
ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.6.2.1/linux_amd64/sca-wrapper
3131
RUN echo "Downloading Mend SCA tool [$SCA_TOOL_URL]"
3232
RUN curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0777 -R /sca-wrapper
3333
ENV MEND_SCA_BIN_DIR=/sca-wrapper/bin

0 commit comments

Comments
 (0)