Skip to content

Commit 8f241f7

Browse files
committed
Fix typo in bodgeit
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 826b5d9 commit 8f241f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scanners/zap-automation-framework/integration-tests/zap-automation-framework.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}],

0 commit comments

Comments
 (0)