github.com/kubeshop/testkube@v1.17.23/contrib/executor/zap/examples/zap-baseline.yaml (about)

     1  baseline:
     2    # -t target URL including the protocol
     3    target: https://www.example.com/
     4    # -c -u config file or URL
     5    config: /data/repo/contrib/executor/zap/examples/zap-baseline.conf
     6    # -m the number of minutes to spider for (default 1)
     7    minutes: 3
     8    # -D delay in seconds to wait for passive scanning
     9    delay: -1
    10    # -d show debug messages
    11    debug: true
    12    # -s short output
    13    short: true
    14    # -l minimum level to show: PASS, IGNORE, INFO, WARN or FAIL
    15    level: INFO
    16    # -j use the Ajax spider in addition to the traditional one
    17    ajax: false
    18    # -I fail on warn
    19    fail_on_warn: false