File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ type ArtifactConfig struct {
135135 User string `yaml:"user,omitempty" json:"user,omitempty"`
136136 // Group is the group name that should own the artifact
137137 Group string `yaml:"group,omitempty" json:"group,omitempty"`
138- // Capabilities is the list of Linux capabilities to set on the artifact
138+ // Capabilities is the list of Linux Capabilities to set on the artifact
139139 Capabilities []ArtifactCapability `yaml:"capabilities,omitempty" json:"capabilities,omitempty"`
140140}
141141
142- // ArtifactCapability represents a Linux capability to set on an artifact
142+ // ArtifactCapability represents a Linux Capability to set on an artifact
143143type ArtifactCapability struct {
144144 // Name is the capability name (e.g., "cap_net_raw", "cap_net_bind_service")
145145 Name string `yaml:"name" json:"name"`
You can’t perform that action at this time.
0 commit comments