We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2503642 commit d76daecCopy full SHA for d76daec
1 file changed
ci-runner/helper/EventHelper.go
@@ -205,7 +205,6 @@ type CommonWorkflowRequest struct {
205
PartSize int64 `json:"partSize,omitempty"`
206
ConcurrencyMultiplier int `json:"concurrencyMultiplier,omitempty"`
207
DockerfileScanEnabled bool `json:"dockerfileScanEnabled,omitempty"`
208
- ForceDockerfileScan bool `json:"forceDockerfileScan,omitempty"`
209
}
210
211
func (c *CommonWorkflowRequest) IsPreCdStage() bool {
0 commit comments