File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ declare -a COMPARE_FILES=(
277277    " slf4j.json" 
278278)
279279
280- $RUN_MACARON  analyze -c  $WORKSPACE /tests/e2e/configurations/micronaut_test_config.yaml  --skip-deps ||  log_fail
280+ $RUN_MACARON  analyze -
purl pkg:maven/io.micronaut/[email protected]   --skip-deps 
||  log_fail
281281
282282for  i  in  " ${COMPARE_FILES[@]} " 
283283do 
@@ -364,7 +364,8 @@ echo -e "\n---------------------------------------------------------------------
364364echo  " FasterXML/jackson-databind: Check the e2e output JSON file with config and no dependency analyzing." 
365365echo  -e " ----------------------------------------------------------------------------------\n" 
366366JSON_EXPECTED=$WORKSPACE /tests/e2e/expected_results/jackson-databind/jackson-databind.json
367- $RUN_MACARON  analyze -c $WORKSPACE /tests/e2e/configurations/jackson_databind_config.yaml --skip-deps ||  log_fail
367+ $RUN_MACARON  analyze -purl pkg:maven/com.fasterxml.jackson.core/
[email protected]  --skip-deps 
||  log_fail
368+ #  Original commit f0af53d085eb2aa9f7f6199846cc526068e09977 seems to be first included in version tagged commit 2.14.0-rc1.
368369
369370check_or_update_expected_output $COMPARE_JSON_OUT  $JSON_RESULT  $JSON_EXPECTED  ||  log_fail
370371
@@ -373,7 +374,7 @@ check_or_update_expected_output $COMPARE_JSON_OUT $JSON_RESULT $JSON_EXPECTED ||
373374#  echo -e "----------------------------------------------------------------------------------\n"
374375#  DEP_EXPECTED=$WORKSPACE/tests/dependency_analyzer/expected_results/cyclonedx_FasterXML_jackson-databind.json
375376#  DEP_RESULT=$WORKSPACE/output/reports/github_com/FasterXML/jackson-databind/dependencies.json
376- #  $RUN_MACARON analyze -c $WORKSPACE/tests/dependency_analyzer/configurations/jackson_databind_config.yaml  || log_fail
377+ #  $RUN_MACARON analyze -purl pkg:maven/com.fasterxml.jackson.core/[email protected]   || log_fail377378
378379#  check_or_update_expected_output $COMPARE_DEPS $DEP_RESULT $DEP_EXPECTED || log_fail
379380
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments