Skip to content

Commit eaf23bb

Browse files
committed
Fix name in example file
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent 85b0945 commit eaf23bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • scanners/zap-automation-framework/examples/demo-zap-baseline-scan

scanners/zap-automation-framework/examples/demo-zap-baseline-scan/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
jobs:
1818
- type: spider # The traditional spider - fast but doesnt handle modern apps so well
1919
parameters:
20-
context: zap-baseline-automation-scan # String: Name of the context to spider, default: first context
20+
context: baseline-config # String: Name of the context to spider, default: first context
2121
maxDuration: 1 # Int: The max time in minutes the spider will be allowed to run for, default: 0 unlimited
2222
- type: passiveScan-wait # Passive scan wait for the passive scanner to finish
2323
parameters:

0 commit comments

Comments
 (0)