File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM  mend/base-repo-controller:25.10.1.2 
1+ FROM  mend/base-repo-controller:25.10.1.3-c 
22
33ARG  USER_NAME=user
44ARG  USER_ID=1542
Original file line number Diff line number Diff line change 1- FROM  mend/base-repo-remediate:25.10.1.2 
1+ FROM  mend/base-repo-remediate:25.10.1.3-c 
22
33#  The containerbase supports custom user but Renovate requires ubuntu
44ARG  USER_NAME=ubuntu
Original file line number Diff line number Diff line change 1- FROM  mend/base-repo-scanner:25.10.1.2 
1+ FROM  mend/base-repo-scanner:25.10.1.3-c 
22
33ARG  USER_NAME=wss-scanner
44ARG  USER_ID=1000
@@ -32,7 +32,7 @@ ENV PATH=$PATH:/psb/bin/
3232#  Download the mend sca tool
3333# --build-arg $SCA_TOOL_URL=URL
3434USER  0
35- ARG  SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.9 .1.1/linux_amd64/sca-wrapper
35+ ARG  SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.10 .1.1/linux_amd64/sca-wrapper
3636RUN  echo "Downloading Mend SCA tool [$SCA_TOOL_URL]" 
3737RUN  curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0777 -R /sca-wrapper
3838ENV  MEND_SCA_BIN_DIR=/sca-wrapper/bin
Original file line number Diff line number Diff line change 1- FROM mend/base-repo-scanner:25.10.1.2 -full
1+ FROM mend/base-repo-scanner:25.10.1.3-c -full
22
33ARG USER_NAME=wss-scanner
44ARG USER_ID=1000
@@ -25,7 +25,7 @@ ENV PATH=$PATH:/psb/bin/
2525# Download the mend sca tool
2626#--build-arg $SCA_TOOL_URL=URL
2727USER 0
28- ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.9 .1.1/linux_amd64/sca-wrapper
28+ ARG SCA_TOOL_URL=https://downloads.mend.io/production/sca/sca-wrapper/25.10 .1.1/linux_amd64/sca-wrapper
2929RUN echo "Downloading Mend SCA tool [$SCA_TOOL_URL]"
3030RUN curl $SCA_TOOL_URL --create-dirs -o /sca-wrapper/bin/sca-wrapper && chmod 0775 -R /sca-wrapper
3131ENV MEND_SCA_BIN_DIR=/sca-wrapper/bin
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments