diff --git a/schema/tables/codesign.yml b/schema/tables/codesign.yml index 3d3c41ee9176..532da9bc4e8d 100644 --- a/schema/tables/codesign.yml +++ b/schema/tables/codesign.yml @@ -10,6 +10,6 @@ columns: - name: team_identifier type: text required: false - description: Unique 10-character string generated by Apple that's assigned to a developer account to sign packages. This value is empty on unsigned applications and builtin Apple applications. + description: Unique 10-character string generated by Apple that's assigned to a developer account to sign packages. This value is empty on unsigned applications and built-in Apple applications. notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)). evented: false