diff --git a/types/core.go b/types/core.go index 466a63869..9d27a2283 100644 --- a/types/core.go +++ b/types/core.go @@ -108,7 +108,7 @@ const ( // RBACRole identifies a RBACRole in Kong Enterprise. RBACRole EntityType = "rbac-role" // RBACEndpointPermission identifies a RBACEndpointPermission in Kong Enterprise. - RBACEndpointPermission EntityType = "rbac-endpoint-permission" //nolint:gosec + RBACEndpointPermission EntityType = "rbac-endpoint-permission" // ServicePackage identifies a ServicePackage in Konnect. ServicePackage EntityType = "service-package"