File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ if [ -f ./cx-launcher.jar ]; then
1919 fi
2020
2121 cd ../..
22- chmod 755 target/classes/insecureCmd.sh
2322 mvn clean package cargo:run -Pdeploywcxiast
2423
2524 echo " Download Checkmarx IAST report to results directory"
Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ if [ -f ./secagent.jar ]; then
1515 mvn clean package cargo:run -Pdeploywhcl
1616
1717 echo " Copying report to results directory"
18- cp tools/HCL/working/HCL-IAST.hcl results/Benchmark_HCL-IAST.hcl
18+ benchmark_version=$( scripts/getBenchmarkVersion.sh)
19+ result_file=" results/Benchmark_$benchmark_version -HCL-IAST.hcl"
20+ cp tools/HCL/working/HCL-IAST.hcl " $result_file "
1921 cd tools/HCL
2022
2123else
2224
23- echo " secagent.jar is required to run this benchmark . Please contact HCL at https://www.hcl.com/."
25+ echo " secagent.jar is required to run the Benchmark with HCL IAST . Please contact HCL at https://www.hcl.com/."
2426
2527fi
28+
Original file line number Diff line number Diff line change 22
33if [ -f ./seeker-agent.jar ]; then
44
5- echo " "
6- echo " Previous Seeker results in tools/seeker removed"
7- echo " "
8-
9- fi
10-
115 cd ../..
12- chmod 755 target/classes/insecureCmd.sh
136 mvn clean package cargo:run -Pdeploywseeker
147
158 echo " Download Seeker report to results directory"
You can’t perform that action at this time.
0 commit comments