File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
scanners/zap-automation-framework/integration-tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ test.concurrent(
88 "zap automation scan without config against 'bodgeit' should only find couple findings" ,
99 async ( ) => {
1010 const { count } = await scan (
11- "zap-automation-framwork -bodgeit" ,
11+ "zap-automation-framework -bodgeit" ,
1212 "zap-automation-framework" ,
1313 [ "-autorun" , "/home/securecodebox/scb-automation/automation.yaml" ] ,
1414 60 * 30 ,
1515 // volumes
1616 [ {
17- "name" : "zap-automation-framwork -bodgeit" ,
18- "configMap" : { "name" : "zap-automation-framwork -bodgeit" }
17+ "name" : "zap-automation-framework -bodgeit" ,
18+ "configMap" : { "name" : "zap-automation-framework -bodgeit" }
1919 } ] ,
2020 // volumeMounts
2121 [ {
22- "name" : "zap-automation-framwork -bodgeit" ,
22+ "name" : "zap-automation-framework -bodgeit" ,
2323 "mountPath" : "/home/securecodebox/scb-automation/automation.yaml" ,
2424 "subPath" : "automation.yaml"
2525 } ] ,
You can’t perform that action at this time.
0 commit comments