File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ write-host "======== Step: Creating a config scan file ========"
3
3
write-output " login_file $aseHostname $aseToken -acceptssl" > script.scan
4
4
write-output " RUNAS AUTO" >> script.scan
5
5
write-output " oa $artifactFolder \$artifactName -appserver_type Tomcat7 -no_ear_project" >> script.scan
6
- write-output " ra $artifactFolder \$artifactName .ozasmt -scanconfig " Normal scan " -name $artifactName -$CI_JOB_ID " >> script.scan
6
+ write-output " ra $artifactFolder \$artifactName .ozasmt -scanconfig " $scanConfig " -name $artifactName -$CI_JOB_ID " >> script.scan
7
7
write-output " report Findings zip $artifactName .zip $artifactFolder \$artifactName .ozasmt -includeSrcBefore:5 -includeSrcAfter:5 -includeTrace:definitive -includeTrace:suspect -includeHowToFix" >> script.scan
8
8
write-output " pa $artifactFolder \$artifactName .ozasmt" >> script.scan
9
9
write-output " exit" >> script.scan
You can’t perform that action at this time.
0 commit comments