Hello! in a normal pipeline configuration in Gitlab with a DAST API scan, how can I run the DAST API Security testing (not the pipeline itself) in verbose mode? I have a normal pipeline like the one in [1], but when it runs, the verbose is shown as False. I have checked the available variables [2] but none is related to debug.
...
++ /peach/analyzer-api-security
11:27:57 [INF]: Gitlab API Security
11:27:57 [INF]: -------------------
11:27:57 [INF]:
11:27:57 [INF]: version: 5.25.0
...
11:27:57 [INF]: target_url: https://<url>/
11:27:57 [INF]: timeout: 30
11:27:57 [INF]: verbose: False
11:27:57 [INF]:
11:27:57 [INF]: Waiting for API Security (http://127.0.0.1:5500) to become available...
11:27:57 [INF]: Backing off 0.7 seconds afters 1 tries
...
[2] Available CI/CD variables and configuration files | GitLab
I have tried the CI_DEBUG_TRACE
flag but that is for the pipeline itself, not the DAST API scan.