We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1925f commit 2503642Copy full SHA for 2503642
1 file changed
ci-runner/helper/bean/dockerfileScanBean.go
@@ -22,8 +22,6 @@ type DockerfileScanRequest struct {
22
BuildId int `json:"buildId"`
23
PipelineId int `json:"pipelineId"`
24
DockerfileContent string `json:"dockerfileContent"`
25
- DockerfileScanEnabled bool `json:"dockerfileScanEnabled"`
26
- ForceDockerfileScan bool `json:"forceDockerfileScan"`
27
}
28
29
// ScanConfig holds configuration for Dockerfile scanning
0 commit comments