Skip to content

Commit d76daec

Browse files
removing unused param from the struct
1 parent 2503642 commit d76daec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ci-runner/helper/EventHelper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ type CommonWorkflowRequest struct {
205205
PartSize int64 `json:"partSize,omitempty"`
206206
ConcurrencyMultiplier int `json:"concurrencyMultiplier,omitempty"`
207207
DockerfileScanEnabled bool `json:"dockerfileScanEnabled,omitempty"`
208-
ForceDockerfileScan bool `json:"forceDockerfileScan,omitempty"`
209208
}
210209

211210
func (c *CommonWorkflowRequest) IsPreCdStage() bool {

0 commit comments

Comments
 (0)