File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ type ArtifactConfig struct {
136136 // Group is the group name that should own the artifact
137137 Group string `yaml:"group,omitempty" json:"group,omitempty"`
138138 // LinuxCapabilities is the list of Linux capabilities to set on the artifact
139- LinuxCapabilities []ArtifactCapability `yaml:"capabilities ,omitempty" json:"capabilities ,omitempty"`
139+ LinuxCapabilities []ArtifactCapability `yaml:"linux_capabilities ,omitempty" json:"linux_capabilities ,omitempty"`
140140}
141141
142142// ArtifactCapability represents a Linux Capability to set on an artifact
Original file line number Diff line number Diff line change 143143 },
144144 "ArtifactConfig" : {
145145 "properties" : {
146- "capabilities" : {
146+ "group" : {
147+ "type" : [
148+ " string" ,
149+ " null"
150+ ],
151+ "description" : " Group is the group name that should own the artifact"
152+ },
153+ "linux_capabilities" : {
147154 "items" : {
148155 "$ref" : " #/$defs/ArtifactCapability"
149156 },
152159 ],
153160 "description" : " LinuxCapabilities is the list of Linux capabilities to set on the artifact"
154161 },
155- "group" : {
156- "type" : [
157- " string" ,
158- " null"
159- ],
160- "description" : " Group is the group name that should own the artifact"
161- },
162162 "name" : {
163163 "type" : [
164164 " string" ,
You can’t perform that action at this time.
0 commit comments