一、背景情况
1.试用的企业版授权
2.GitLab版本16.3
3.GitLab Runner 是docker执行器
二、CICD配置(相关配置)
stages:
- dast
include:- template: DAST.gitlab-ci.yml
dast:
stage: dast
dast_configuration:
site_profile: “dvwa”
scanner_profile: “scan”
三、控制台配置
1.扫描器配置
扫描模式:主动
爬虫超时:2分
目标超时:60秒
2.站点配置文件
基础信息就不放了。
验证状态,一直验证不通过,卡着。完全按照操作做的验证。
四、扫描结果
Running after script…
$ rm -f /zap/wrk/**/debug.log
$ cp -r /zap/wrk dast_artifacts
Uploading artifacts for failed job
Uploading artifacts…
WARNING: gl-dast-report.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/blemall/dvwa)
ERROR: No files to upload
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1
请问大佬这是啥情况啊?